config: sync docker configs 2026-06-08T03:59:55Z
This commit is contained in:
parent
9b4d283e23
commit
38af27c7cb
199 changed files with 10640 additions and 92 deletions
2
apps/shaarli/.htpasswd
Normal file
2
apps/shaarli/.htpasswd
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
admin:$2y$05$4PNrkVS8Ofom4Udew3K0OuPJ4i8fVloYHfDBuPAhHALAHLCCc4ik.
|
||||
|
||||
13
apps/shaarli/docker-compose.yml
Normal file
13
apps/shaarli/docker-compose.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
shaarli:
|
||||
image: ghcr.io/shaarli/shaarli:latest
|
||||
container_name: shaarli
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8085:80" # change 8085 to whatever port you want
|
||||
volumes:
|
||||
- ./data:/var/www/html/data
|
||||
- ./htpasswd:/var/www/html/.htpasswd:ro
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue