this post was submitted on 02 Jul 2023
1233 points (97.6% liked)

Selfhosted

37831 readers
649 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
 

I'm already hosting pihole, but i know there's so much great stuff out there! I want to find some useful things that I can get my hands on. Thanks!

Edit: Thanks all! I've got a lil homelab setup going now with Pihole, Jellyfin, Paperless ngx, Yacht and YT-DL. Going to be looking into it more tomorrow, this is so much fun!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 year ago (7 children)
[–] kaotic 1 points 1 year ago (2 children)

I can't for the life of me get this running, the web server just throws errors about the Redis server being unavailable, using their script to generate a docker-compose file.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

What's the error?

Can you run docker-compose logs

Here's mine: https://cloud.zell-mbc.com/s/Ac5KQTTxcWNYbNs

I tried to add file it to this post but formatting got completely messed up, hence a link.

Before you run docker-compose you need to change the paperless-app volumes to fit your requirements and set up the variables in .env

[–] kaotic 1 points 1 year ago

Thanks! I did update the .env file with the relevant variables, mapped the directories to local directories, Redis throws the following: https://pastebin.com/jgDVr4Jk and the web server throws Error: Error -5 connecting to broker:6379. No address associated with hostname.. over and over.

load more comments (4 replies)