Rebrand to Syncfuse

This commit is contained in:
DinuraSellapperuma 2026-02-12 14:09:22 +05:30
parent 0a09df5470
commit 92025c9dba
144 changed files with 1796 additions and 1977 deletions

View file

@ -1,25 +1,22 @@
# How to deploy umami on podman
# How to deploy syncfuse on podman
## How to use
1. Rename `env.sample` to `.env`
2. Edit `.env` file. At the minimum set the passwords.
3. Start umami by running `podman-compose up -d`.
If you need to stop umami, you can do so by running `podman-compose down`.
3. Start syncfuse by running `podman-compose up -d`.
If you need to stop syncfuse, you can do so by running `podman-compose down`.
### Install systemd service (optional)
If you want to install a systemd service to run umami, you can use the provided
If you want to install a systemd service to run syncfuse, you can use the provided
systemd service.
Edit `umami.service` and change these two variables:
Edit `syncfuse.service` and change these two variables:
WorkingDirectory=/opt/apps/umami
EnvironmentFile=/opt/apps/umami/.env
WorkingDirectory=/opt/apps/syncfuse
EnvironmentFile=/opt/apps/syncfuse/.env
`WorkingDirectory` should be changed to the path in which `podman-compose.yml`
is located.
@ -30,16 +27,13 @@ located.
You can run the script `install-systemd-user-service` to install the systemd
service under the current user.
./install-systemd-user-service
./install-systemd-user-service
Note: this script will enable the service and also start it. So it will assume
that umami is not currently running. If you started it previously, bring it
that syncfuse is not currently running. If you started it previously, bring it
down using:
podman-compose down
podman-compose down
## Compatibility