mirror of
https://github.com/plausible/hosting.git
synced 2025-07-11 06:07:28 -05:00
37 lines
1.6 KiB
Markdown
37 lines
1.6 KiB
Markdown
# How to deploy
|
|
|
|
This deployment uses docker-stack-deploy to make secret and configuration management easier. See https://github.com/neuroforgede/docker-stack-deploy.
|
|
The plausible.yml file as in this repository makes use of Hetzner Cloud Volumes using [costela/docker-volume-hetzner](https://github.com/costela/docker-volume-hetzner) (see https://github.com/neuroforgede/swarmsible/tree/master/environments/test/test-swarm/stacks/00_hetzner-volumes for a way to deploy the plugin). If you are using a different vendor, you will have to modify the
|
|
volume configs.
|
|
|
|
This assumes you have a Docker swarm running. Once set up, you will need a
|
|
traefik instance configured to work with constraint `traefik-public` and a network `traefik-public`.
|
|
|
|
This also expects encryption to be handled outside of docker swarm by a LB that has access to the Swarm.
|
|
|
|
Also, Geo-IP is not supported yet (but being worked on).
|
|
|
|
## 1. Adapt passwords in plausible
|
|
|
|
Admin users are users that are allowed to create new passwords.
|
|
To manage these users, simply adapt the file `secrets/admin_users.sh`
|
|
|
|
## 2. Adapt values in swarm/secrets/plausible_analytics/plausible-conf.env
|
|
|
|
Replace all variables with `<placeholders>` according to your needs.
|
|
|
|
## 3. Adapt values in swarm/plausible.yml
|
|
|
|
Replace all variables with `<placeholders>` according to your needs.
|
|
|
|
## 4. Run deploy
|
|
|
|
```
|
|
bash deploy.sh
|
|
```
|
|
|
|
## 5. Use it
|
|
|
|
You can now find your plausible application under the domain you configured in `swarm/secrets/plausible_analytics/plausible-conf.env`.
|
|
|
|
Creating new passwords will require the login from login from `swarm/secrets/plausible_analytics/plausible-conf.env`. |