this post was submitted on 16 Nov 2023
-5 points (30.8% liked)

Selfhosted

39273 readers
248 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hello there! I'm seeking for someone setup lemmy on hetzner storage box via Lemmy-Easy-Deploy i guess ? https://github.com/ubergeek77/Lemmy-Easy-Deploy/tree/main a long with cloudflare r2 for pict-rs Instructions: https://crates.io/crates/pict-rs#filesystem-to-object-storage-migration SMTP server

please only for expert DM me and I will reply

you are viewing a single comment's thread
view the rest of the comments
[–] ptz@dubvee.org 6 points 10 months ago* (last edited 10 months ago)

I wouldn't recommend either Easy Deploy or lemmy-ansible. I've seen too many cases where those break or require more work to troubleshoot if/when something goes wrong. Both of those are just wrappers for deploying via Docker which is pretty straightforward already. The best way is to just get your hands dirty and deploy manually with Docker. You'll have way fewer issues along the way, and troubleshooting will be easier.

Never deploy something with an easy button if you don't understand every step the easy button takes. It's too easy to fall into a situation where you can't fix it until the maintainers of the easy button address the issue specific to your circumstances.

To stand up my instance, I followed the steps here: https://join-lemmy.org/docs/administration/install_docker.html

I've tuned it quite a bit since then, but it all built from that base. Take things one step at a time and try to understand all you can about what's going on in each step. Build your skills along with your instance :)