Initial commit of sharable config
This commit is contained in:
12
podman_migration/docker-compose.yml
Executable file
12
podman_migration/docker-compose.yml
Executable file
@@ -0,0 +1,12 @@
|
||||
|
||||
services:
|
||||
radicale:
|
||||
container_name: radicale
|
||||
image: ghcr.io/kozea/radicale:3.5.4
|
||||
user: 1001:1001
|
||||
ports:
|
||||
- "5232:5232"
|
||||
volumes:
|
||||
- ./radicale/config:/etc/radicale:ro
|
||||
- ./radicale/data:/var/lib/radicale
|
||||
restart: unless-stopped
|
||||
10
podman_migration/radicale/config/config
Normal file
10
podman_migration/radicale/config/config
Normal file
@@ -0,0 +1,10 @@
|
||||
[server]
|
||||
hosts = 0.0.0.0:5232
|
||||
|
||||
[auth]
|
||||
type = htpasswd
|
||||
htpasswd_filename = /etc/radicale/users
|
||||
htpasswd_encryption = bcrypt
|
||||
|
||||
[storage]
|
||||
filesystem_folder = /var/lib/radicale/collections
|
||||
1
podman_migration/radicale/config/users
Normal file
1
podman_migration/radicale/config/users
Normal file
@@ -0,0 +1 @@
|
||||
travis:$2b$12$JCfYBftcZglB3y532I6qcuKLdNzvzpkGrpbMGmulU/4lAjDoXtH3G
|
||||
Reference in New Issue
Block a user