This unit is provided by:
Options
-
[Service]
-
DynamicUser=yes
-
Environment="ADMIN_USER_EMAIL=admin@example.org" "ADMIN_USER_NAME=admin" "BASE_URL=http://localhost:8000" "CLICKHOUSE_DATABASE_URL=http://localhost:8123/default" "DATABASE_NAME=plausible" "DATABASE_SOCKET_DIR=/run/postgresql" "DISABLE_REGISTRATION=true" "HOME=/var/lib/plausible" "MAILER_EMAIL=hello@plausible.local" "PORT=8000" "RELEASE_TMP=/var/lib/plausible/tmp" "SELFHOST=true" "SMTP_HOST_ADDR=localhost" "SMTP_HOST_PORT=25" "SMTP_HOST_SSL_ENABLED=false" "SMTP_RETRIES=2" "STORAGE_DIR=/var/lib/plausible/elixir_tzdata"
-
ExecStart=/usr/bin/plausible-start
-
LoadCredential=ADMIN_USER_PWD:pwd SECRET_KEY_BASE:dont-try-this-at-home RELEASE_COOKIE:cookie
-
PrivateTmp=yes
-
StateDirectory=plausible
-
WorkingDirectory=/var/lib/plausible
-
-
[Unit]
-
After=clickhouse.service postgresql.service plausible-postgres.service
-
Description=Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
-
Documentation=https://plausible.io/docs/self-hosting
-
Requires=clickhouse.service postgresql.service plausible-postgres.service
-
Additionnal notes
Nothing here.