Jump to content

b0chard

Members
  • Posts

    23
  • Joined

  • Last visited

Contact Methods

  • Website URL
    https://tenkyuu.dev

Recent Profile Visitors

79 profile views

b0chard's Achievements

Apprentice

Apprentice (3/14)

  • One Month Later Rare
  • Week One Done Rare
  • Dedicated Rare
  • Collaborator Rare
  • Reacting Well Rare

Recent Badges

2

Reputation

  1. okay, thanks a lot @wolstech!! belated happy birthday as well!!
  2. I hope this might help to someone. I found a method on how to add a git submodule and auto deploy it on a specific folder on my site. on the plesk panel. I navigated on the websites & domains tab, and on the dev tools, I chose Git: then, I clicked create new repository. Input the github url, and configured the folder path on where I would like to deploy it: after creating the new repository, it would automatically clone the repo on that path. to allow plesk to be notified when certain events happen and automatically clone the changes, pull, and deploy from the github repo. I used webhook feature. I edited the git repository in plesk panel, and copied the webhook url: after that, I navigated to the my github repository and clicked settings then webhooks: added a webhook and add the webhook url you just copied in plesk: ...and tadaa!! hope it helps!
  3. Hi there! I'm new on using .env file to securely store database credentials on my php project. I watched some tutorials about it, and all of them used a popular third-party package phpdotenv. But, I don't have an idea on installing it on plesk panel. May I request for assistance? Thank youuu!!
  4. Hi wolstech & friends, How are you guys, I hope you'll OK! Anyway, I would like to request to add a subdomain to my site. the subdomain would be named as "sandbox". And just an additional question, where should I put the files of the subdomain, would it be on the httpdocs too? P.S. my hosting username is b0chard. Regards, bochard
  5. oh I see, I get it now. thanks for that insight @wolstech!!
  6. Hi @wolstech, I just rechecked my DNS records recently using the DNS lookup by dnschecker.org. I'm curious why I haven't seen a lot of records I want to change? You can check the txt file attached that I got from that site. tenkyuu.dev-records-ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzLwCrqAjJSxGhXPm.txt Thank youu!!
  7. but, I already changed the nameservers from cloudflare to ns1.heliohost.org and ns2.heliohost.org since yesterday? Edit: here is what shown in NS lookup. would you please verify if I did it right? thanks @wolstech!!
  8. Good day! I would like to add these list of DNS records for my account with the username of bochard: CNAME Records webmail.tenkyuu.dev. 1 IN CNAME tenkyuu.dev www.tenkyuu.dev. 1 IN CNAME tenkyuu.dev MX Records tenkyuu.dev. 1 IN MX 0 johnny.heliohost.org TXT Records _atproto.tenkyuu.dev. 1 IN TXT "did=did:plc:q74gsah26xz3q4qoe5ixx5jx" default._domainkey.tenkyuu.dev. 1 IN TXT "v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+SDLc/Hl5PNixlC3Z1QqVI5F0WQUTC0wA2GHBtcHm+cqyRxqCWP7OmmV5Z7Vn3nos10c8TB7chpdkPiTVeO53mrpK6ZC9fjhlfFajdLReXJvRhqR+MBCwUEw1IimwFUz35YIRwqJ2bHaqvtjhuH4oOZ45qq79GB9gsc5OGC/A74pvZBOzMt1zYo" "3BvwUNo2LTgcyMDTu" "nY+ZU15PBFyE34tj8iniPctiznyx+MboWzR4FCG/igoSwuksUm591bW8PblllmtUzdIQi7ORn9P+JO+bCW29gJlJ77wxupzvelwUMbi/iNWrCnyVbJVNxHxGQTu4jzvMg74BfIGZ1YErmQIDAQAB;" _discord.tenkyuu.dev. 1 IN TXT "dh=f83b62898113aa75c72a4fa495f89c16fd7686e4" _dmarc.tenkyuu.dev. 1 IN TXT "v=DMARC1; p=reject; sp=reject; adkim=s; aspf=s; rua=mailto:mail@tenkyuu.dev; ruf=mailto:mail@tenkyuu.dev;" tenkyuu.dev. 1 IN TXT "v=spf1 ip4:64.62.151.106 ip6:2001:470:1:1ee::2009 ~all" tenkyuu.dev. 3600 IN TXT "google-site-verification=gP9DbLrjLTsnPdCxCB4aFindIrtjQTovp2uVO5OX_Ec" thank youu!!
  9. unfortunately, that didn't work I fixed the path:
  10. I don't know what I'm doing now 🥴😮‍💨 so, here's what I did. 1. created a `submodule_update.py` file in the httpdocs/cgi-bin/ and changed the permission to 755 (rwx r-x r-x). 2. after that, I go to the websites & domains > git, then change the config to run additional deployment actions. I manually pulled and deploy, no errors shown. but the files from the submodules aint still updating on its respective submodule folders. Edit: Is the git folder really found at the root instead inside the httpdocs folder?
  11. Hi wolstech, nice to see you again! here is what I did: 1. create a scheduled task, then run it. 2. go to Website & Domains > Git, then pull now. but I still got this error:
  12. Hi there! I would like to ask for assistance on deploymentof my website with git submodules in it. I have a php website, I use Git on plesk to pull my repository on github and deploy it automatically using a webhook. Now, this repository has git submodules in it. But, I have no idea on how to add it on the file manager on plesk everytime it pulls the repo. I tried this method, hoping it would work, but nah: It throws me this error whenever it pulls the repo haha: this is how it looks on my website when it deploys. it just shows the index of that folder: Would be glad to someone help me on this. Thank youu!!
  13. hi, just an update. it's all working now!! thank you for the all the assistance wolstech!!
×
×
  • Create New...