You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains my production **rootless**docker services accessible from anywhere over HTTPS using [traefik](https://traefik.io). These services (and others) run on a single server.
8
+
This repo contains my production docker services accessible from anywhere over HTTPS using [traefik](https://traefik.io). These services (and others) run on a single server. **It used to be [rootless-mode](https://docs.docker.com/engine/security/rootless/)** but slirp4net was too slow and too much of the docker advanced configuration (permissions flags, mostly) were missing.
9
9
10
10
* Jellyfin
11
11
* Sonarr, Radarr, Prowlarr
12
-
* Minio
13
12
* Calibre Web
14
13
* Kobo book downloader (kobodl)
15
-
* Transmission torrent server with OpenVPN over NordVPN
14
+
* Transmission torrent server
16
15
* AdGuard Home DNS
17
16
* Drone CI and runner
18
17
* Duplicati
@@ -38,7 +37,7 @@ More great documentation.
38
37
39
38
## Prerequisites
40
39
41
-
* A recent version of ubuntu server with rootless `Docker CE` and `docker-compose` installed (see below)
40
+
* A recent version of ubuntu server with `Docker CE` installed (see below)
42
41
* A router or firewall capable of dnsmasq. I use a Ubiquiti EdgeRouter X.
43
42
* A domain name.
44
43
* A cloudflare account.
@@ -72,10 +71,9 @@ Resolving the IP address of your home network is annoying because most DNS provi
1. make sure `UsePAM yes` is set in `/etc/ssh/sshd_config`[read more](https://superuser.com/questions/1561076/systemctl-use-failed-to-connect-to-bus-no-such-file-or-directory-debian-9)
0 commit comments