config: sync docker configs 2026-06-08T03:59:55Z

This commit is contained in:
Kenpat7177 2026-06-07 22:59:55 -05:00
parent 9b4d283e23
commit 38af27c7cb
199 changed files with 10640 additions and 92 deletions

2
apps/shaarli/.htpasswd Normal file
View file

@ -0,0 +1,2 @@
admin:$2y$05$4PNrkVS8Ofom4Udew3K0OuPJ4i8fVloYHfDBuPAhHALAHLCCc4ik.

View 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