this post was submitted on 04 Dec 2023
9 points (100.0% liked)

Self-Hosted Main

502 readers
5 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I've got docker installed and I've got a single container running (vaultwarden) via the docker pull/docker run commands provided on its Github page. I'm not sure how to learn more about that container or how to build (compose?) others myself.

I'd like to learn how to transition nginx and pihole to containers and network them together. I'd also like to add paperless-ngx to my setup.

(note: I'm very new to Linux in general, mostly rpis, poking around with debian now)

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 3 points 9 months ago

Turning a program into a container probably isn't what you're looking for. Unless you're looking for an obscure program, someone has probably done it already.

nginx

pihole

paperless-ngx

Get accustomed to using docker compose instead of docker. It's basically just saving the commands as a text file (YAML file) to keep it all persistent.

[โ€“] [email protected] 1 points 9 months ago

Try r/docking