first commit

This commit is contained in:
julien
2025-01-14 17:56:00 +01:00
commit 180ce73141
27 changed files with 1094 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# list.netig.net
## Maintenance
To perform database upgrade, first stop the containers, then :
```
# nerdctl compose run --rm listmonk ./listmonk --static-dir=/listmonk/static --upgrade
```