feat: added template + linting

This commit is contained in:
sujiba 2024-05-05 14:00:09 +02:00
parent e487af8136
commit dc5a9d3653
17 changed files with 79 additions and 53 deletions

View file

@ -1,8 +1,29 @@
# ntfy
After container startup place server.yml into volumes/ntfy:
```
mv server.yml voluems/ntfy
- [ntfy](#ntfy)
- [Directory structure](#directory-structure)
- [Config](#config)
docker compose restart
## Directory structure
```
/opt/docker/ntfy
.
├── docker-compose.yml
└── volumes
├── cache
└── ntfy
└── server.yml
```
## Config
```
# Edit ntfy config
vi server.yml
# Move file into ntfy directory
mv server.yml volumes/ntfy
# Start ntfy container
docker compose up -d
```