I’ve stuck with https://gethomepage.dev/ the longest. Taking the time to tweak it can be a huge help (using labels for autodiscovery). It’s yaml configs are fairly easy once you get the hang of them if that’s something that is new to you. Lots of help out there too.
grimer
- 1 Post
- 32 Comments
Not sure what your preferred platform is but I’ve had great success connecting to my Calibre-web site with Yomu on iOS.
grimer@lemmy.worldto
Selfhosted@lemmy.world•Moving from Cloudflare tunnels for media streaming, first plan didn't work out due to double NATEnglish
3·1 year agoMaybe using a tailscale funnel would be a good option for you? I use one for a webdav setup to get around CF’s 100mb limit on uploads when clients won’t chunk their data properly. It was fairly easy to set up and works perfectly.
That is an option I’ve been thinking about but I’ve never used it, I’m not a dev. Maybe I’ll look at it more seriously since it does sound like what would work best, I’d really apprecieate the versioning. Thanks!
In my particular case I only have a few .env files and they don’t have any credentials in them. This is mostly for the docker-compose files.
grimer@lemmy.worldto
Selfhosted@lemmy.world•How do you like to transfer large files between friends across the internet?English
5·1 year agoI literally just set up a container for Erugo for this exact thing. It worked perfectly and was super easy to do. It’s just a self-hosted version of wetransfer. Could be helpful…
That works! Thank you!
I’ve only ever used the AIO and it’s the only one of my problem containers out of about 30. Would you mind pointing me to some decent community compose files? Thanks!!
grimer@lemmy.worldto
Selfhosted@lemmy.world•Moved to seafile. Anything I should be aware of?English
2·1 year agoI’ve tried OCIS in a docker and just couldn’t get it to work properly. If you have a good tutorial please share!
My backup plan includes Backrest (restic) up to B2. So far so good!
grimer@lemmy.worldto
Selfhosted@lemmy.world•How many docker containers are you running on your server?English
1·1 year agoI wish it was something that cool. I mean like when spinning up Immich. It makes separate containers for the server, redis, db,… etc.
grimer@lemmy.worldto
Selfhosted@lemmy.world•How many docker containers are you running on your server?English
2·1 year agoRight now I have 32 active stacks running and a good number of them create at least one other container like a database. So I’m running around 60+ separate containers. The machine has maybe an i5 6500 or so in it with 32g of ram. I use unraid as the nas platform but I do all the docker stuff manually. It’s plenty fast for what I need so far… :)
grimer@lemmy.worldto
Fediverse@lemmy.world•Company behind Mammoth (Mastodon client), moth.social (mastodon instance) and sub.club (crowdfunding for the Fediverse) shutting down its projects.English
7·1 year agoI’ve really enjoyed Mona. It’s definitely worth the very nominal fee if you want more features, especially if you have multiple accounts.
grimer@lemmy.worldto
Asklemmy@lemmy.ml•People with wide or flat feet - what are your favorite shoes?English
3·1 year agoI love the pair of Flux shoes I got about 6 months ago. Zero pain of Morton’s neuroma
grimer@lemmy.worldto
Selfhosted@lemmy.world•Omnivore Alternatives? [SOLVED FOR ME]English
7·2 years agoI’m finding Linkwarden to be pretty helpful
grimer@lemmy.worldto
Fediverse@lemmy.world•Why are people preferring Blue Sky over Mastodon?English
71·2 years agoSimplicity.
grimer@lemmy.worldto
Fediverse@lemmy.world•What is your favorite Fediverse platform?English
2·2 years agoNo problem at all, I’ve made it this long without it I can wait longer. Thank you for the suggestion!!!
grimer@lemmy.worldto
Fediverse@lemmy.world•What is your favorite Fediverse platform?English
3·2 years agoAny recommendations for a peertube instance?
grimer@lemmy.worldto
Fediverse@lemmy.world•Pluralistic: Bluesky and enshittification (02 Nov 2024) – Cory DoctorowEnglish
134·2 years agoMy god it doesn’t have to be so “on or off”! There are plenty of ways to create a post and it sends it directly to Mastodon AND Bluesky. Build both audiences because there’s a good chance that you’ll be connecting with very different groups of people.

I don’t have many machines but about 40 containers. I used docker compose. Then I’ve found Trillium Notes for the documenting part. I have the client on my mac that syncs to the trillium container on my server that way I can always have access if something happens and the server is down or I need it offline. One thing I love about it is that I’ve set it so all pages are read only by default. This makes it work for me more like a wiki and I don’t accidentally overwrite something. The discipline to keep it updated?.. biggest challenge.