initial commit

This commit is contained in:
2025-03-27 18:59:31 +01:00
commit 879d596740
17 changed files with 508 additions and 0 deletions

13
offen/docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
version: '3'
services:
offen:
image: offen/offen:v1.3.4
env_file: ./offen.env
restart: always
ports:
- 8102:80
- 4434:443
volumes:
- ./data:/var/opt/offen
- ./certs:/var/www/.cache

1
offen/offen.env Normal file
View File

@ -0,0 +1 @@
OFFEN_SECRET="yoursecret"

8
offen/setup.sh Normal file
View File

@ -0,0 +1,8 @@
docker run -it --rm \
-v ./data:/var/opt/offen \
-v ./certs:/var/www/.cache \
-v .offen.env:/etc/offen/offen.env \
offen/offen:v1.3.4 setup \
-email you@your.domain \
-name your.domain \
-populate