mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Refactor gitignore files to remove unnecessary entries
This commit is contained in:
@@ -22,13 +22,12 @@ This simple project uses Traefik as a reverse proxy to a Streamlit application a
|
|||||||
## Production Deployment
|
## Production Deployment
|
||||||
1. In `compose/traefik/traefik.yml`, change `example@test.com` to your email.
|
1. In `compose/traefik/traefik.yml`, change `example@test.com` to your email.
|
||||||
2. In `compose/traefik/traefik.yml`, change `example.com` to your domain.
|
2. In `compose/traefik/traefik.yml`, change `example.com` to your domain.
|
||||||
3. `sudo apt-get install build-essential`
|
3. `sudo apt-get install build-essential` (if not already installed) to use makefile.
|
||||||
4. `mdkir ~/st-sync`
|
4. `mdkir ~/st-sync` syncthing folder.
|
||||||
5. `mdkir ~/.thelounge`
|
5. `cd ~/site` public site folder.
|
||||||
6. `touch cache/bar_cache.sqlite`
|
5. `mkdir ./compose/config` to store config.
|
||||||
7. `touch cache/short_cache.sqlite`
|
8. `cp .env.example ./compose/.env`
|
||||||
8. `cp .env.example .env`
|
9. `cp usersfile.example ./compose/usersfile`
|
||||||
9. `cp usersfile.example usersfile`
|
|
||||||
10. `make serve`
|
10. `make serve`
|
||||||
|
|
||||||
### Notes:
|
### Notes:
|
||||||
|
|||||||
+1
-1
@@ -194,7 +194,7 @@ services:
|
|||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./site:/usr/share/nginx/html:ro
|
- ~/site:/usr/share/nginx/html:ro
|
||||||
expose:
|
expose:
|
||||||
- 80
|
- 80
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
!certs.toml
|
|
||||||
!conf.example.php
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
Reference in New Issue
Block a user