first commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Photo Request Service
|
||||
|
||||
Single-container upload request service for `photoreq.mokaya.org`.
|
||||
|
||||
## Run
|
||||
|
||||
```sh
|
||||
sudo ./build.sh
|
||||
sudo ./run.sh
|
||||
```
|
||||
|
||||
## Stop
|
||||
|
||||
```sh
|
||||
sudo ./stop.sh
|
||||
```
|
||||
|
||||
## Paths
|
||||
|
||||
- App: `/volume2/homes/whitekomani/photo-request-service`
|
||||
- Config: `.env`
|
||||
- DB: `data/db.json`
|
||||
- Uploads: `/volume2/AKA Drive/사진 받기`
|
||||
|
||||
Each request creates its own folder under the upload directory.
|
||||
Reference in New Issue
Block a user