Skip to content

Commit 192d982

Browse files
committed
Add certs folder
1 parent 9bf9cb2 commit 192d982

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ yarn-error.log
2424
osse.db
2525
public/dist
2626
storage/osse_setup
27+
certs/

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ services:
2424
- caddy_config:/config # Caddy data
2525
- "${OSSE_USER_DATA_PATH:?error}:/osse-data"
2626
- "${OSSE_MUSIC_DIR_1}:/mnt/music:ro" # This mounts a local music folder into the directory.
27+
- "./certs/:/certs"
2728
# You can pass an empty folder if you just want to explore :)
2829
# NOTE: The music dir variables must also match the ones in osse_broadcast at the bottom of this file!
2930
# - "${OSSE_MUSIC_DIR_2}:/media/mnt:ro" # This mounts a local music folder into the directory. Uncomment if used.

osse-web

0 commit comments

Comments
 (0)