49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
[Unit]
|
|
Description=OneTimeSecret - Server
|
|
|
|
[Container]
|
|
Pod=onetimesecret.pod
|
|
ContainerName=onetimesecret
|
|
Image=docker.io/onetimesecret/onetimesecret:latest
|
|
AutoUpdate=registry
|
|
|
|
# Environment=SSL=
|
|
# Environment=SECRET=
|
|
# Environment=HOST=
|
|
# Environment=REDIS_URL=
|
|
|
|
# Auth
|
|
# Disabled because you cant persist accounts between container restarts, actually retarded.
|
|
# Environment=AUTH_REQUIRED=
|
|
# Environment=AUTH_SIGNUP=
|
|
# Environment=AUTH_SIGNIN=
|
|
# Environment=AUTH_AUTOVERIFY=
|
|
# Environment=COLONEL=
|
|
|
|
# SMTP
|
|
# Environment=SMTP_HOST=
|
|
# Environment=SMTP_PORT=
|
|
# Environment=FROM_EMAIL=
|
|
# Environment=FROMNAME=
|
|
# Environment=SMTP_USERNAME=
|
|
# Environment=SMTP_PASSWORD=
|
|
# Environment=SMTP_TLS=
|
|
# Environment=SMTP_AUTH=
|
|
|
|
# Environment=VERIFIER_EMAIL=
|
|
EnvironmentFile=/mnt/data/containers/onetimesecret/.env.onetimesecret
|
|
|
|
Label=homepage.group=Life
|
|
Label=homepage.name=OneTimeSecret
|
|
Label=homepage.icon=onetimesecret.png
|
|
Label=homepage.href=https://ots.inkletblot.com
|
|
Label=homepage.description="Like Privnote"
|
|
|
|
[Service]
|
|
Restart=always
|
|
RestartSec=5
|
|
StartLimitBurst=5
|
|
|
|
[Install]
|
|
WantedBy=default.target
|