starshipwinepineapple
@starshipwinepineapple@programming.dev
- Comment on Definitely didn't waste half an hour making this 2 weeks ago:
- Pen or bust
- Comment on Any nice playbook or tutorial to host a static website from home? 5 weeks ago:
This is something that doesn’t really need to be self hosted unless you’re wanting the experience. You just need:
- Static website builder. I use hugo but there’s a few others like jekyll, astro
- Use a git forge (github, gitlab, codeberg).
- Use your forges Pages feature, there’s also cloudflare pages. Stay away from netlify imo. Each of these you can set up to use your own domain
So for my website i just write new content, push to my forge, and then a pipeline builds and releases the update on my website.
Where self hosting comes into play is that it could make some things with static websites easier, like some comment systems, contact forms, etc. But you can still do all of this without self hosting. Comments can be handled through git issues (utteranc.es) and for a contact form i use ‘hero tofu’ free tier. In the end i don’t have to worry about opening access to my ports and can still have a static website with a contact form.
- Comment on Immich: opinion revised 1 month ago:
Im not familiar with doku wiki but here’s a few thoughts
- privacy policy is good to have regardless of what you do with rest of my comments
- your site is creating a cookie “dokuwiki” for user tracking.
- cookie is created regardless of user agreement, rather than waiting for acceptance (implied or explicit agreement). As in i visit the page, i click nothing and i already have the dokuwiki cookie.
- i like umami analytics for a cookieless google analytics alternative. They have a generous free cloud option for hobby users and umami is also self hostable. Then you can get rid of any banner.
- Comment on What does the 3-2-1 rule look like for you? 1 month ago:
- Main workstation
- Local NAS (sync w/ #1, backup to #3)
- Cloud backup w/ commercial provider
- Comment on Which reverse proxy do you use/recommend? 1 month ago:
I have had the same experience. Have used all three at some point but mostly use nginx for new servers