Upload files to "/"

This commit is contained in:
Adil Sadqi 2024-05-21 14:16:58 +00:00
commit ce39542354
1 changed files with 14 additions and 0 deletions

14
installation codes Normal file
View File

@ -0,0 +1,14 @@
sudo docker run -p 8888:80 -itd binwiederhier/ntfy serve
Server config file (server.yml): https://github.com/binwiederhier/ntfy/blob/main/server/server.yml
mkdir /etc/ntfy
nano /etc/ntfy/server.yml
sudo docker run \
-v /var/cache/ntfy:/var/cache/ntfy \
-v /etc/ntfy:/etc/ntfy \
-p 8888:80 \
-itd \
binwiederhier/ntfy \
serve \
--cache-file /var/cache/ntfy/cache.db