-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy Tailbliss on Coolify #221
Comments
Let me check it out this weekend Sam. I'll get a step by step guide on how I did it for you. It may have been a CloudPanel instance too, sorry. |
Awesome, thanks either way 😄 |
Had some time to kill last night so spent it tinkering with Coolify, and finally got it to work. The post I linked was a good starting point but had to be tweaked a bit for Tailbliss. Hadn't heard of Coolify before I saw you mention it, very happy with this so thanks for that :) Hopefully you can take a peak at discussion #185 when you have some spare time this weekend (or later on, no hurry ofc)? Rough manual:
[phases.setup]
aptPkgs = ["hugo"]
[ environment ]
HUGO_VERSION = "0.112.3"
[[ nixpacks.included_files ]]
paths = ["/public"] [ note: not sure about the Hugo version, whether that's relevant ]
enableGitInfo: false
"build": "hugo --config hugo.yaml --minify",
Click (re)deploy and hope for the best! I should note that I tinkered quite a bit with my Coolify instance, so I'm not 100% sure whether this is the full list (or if something can be skipped). |
Hi @nusserstudios,
I noticed in issue #201 that you've deployed tailbliss to Coolify. I've setup my own Coolify instance, and trying to do the same, but I'm unable to get it to build.
At first it said that Hugo was missing. I found this post:
https://beefb.one/posts/091824/
After adding the
nixpacks.toml
file and setting it as a static site I got this error:The post mentions the following, which seems relevant:
However that's not present in tailbliss. What configuration did you use to get Coolify to build and host tailbliss?
I'm using GitHub Actions on a clone of your main branch, and:
Nixpacks
nginx:alpine
/
/public
checked
Thanks for your help!
The text was updated successfully, but these errors were encountered: