File tree Expand file tree Collapse file tree 4 files changed +21
-7
lines changed Expand file tree Collapse file tree 4 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ PGID=1000
12
12
#
13
13
# Custom domain and certificates
14
14
#
15
- DOMAIN = crismiranda.net
16
- SSL_ACME_EMAIL = crism60@gmail .com
15
+ DOMAIN=example.com
16
+ SSL_ACME_EMAIL=you@mail .com
17
17
18
18
#
19
19
# VPN DNS (e.g: https://support.nordvpn.com/General-info/1047409702/What-are-your-DNS-server-addresses.htm)
@@ -55,8 +55,8 @@ DOWNLOADS=/data/ssd/mediabox/downloads
55
55
# Calibre credentials
56
56
# PASSWORD => md5 hash for the calibre desktop gui.
57
57
#
58
- CALIBRE_USERNAME = cmiranda
59
- CALIBRE_PASSWORD = 9537d74bf1388c80c5745127b20f87d2
58
+ CALIBRE_USERNAME=yourusername
59
+ CALIBRE_PASSWORD=8543a52ww3456g6785725427b20f87d2
60
60
61
61
#
62
62
# The latest tag will get you the original Organizr v2 image.
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v2
22
22
23
23
- name : Main Stack Deployment + VPN Protected Torrenting
24
+ env :
25
+ PUID : 1000
26
+ PGID : 1000
27
+ DATA : /data
28
+ CONTAINERS : /data/containers
29
+ DOWNLOADS : /data/downloads
30
+ ORGANIZR_TAG : latest
31
+ DELUGE_THEME : darker
24
32
run : docker-compose -f docker-compose.yml -f docker-compose.torrents-on-vpn.yml up -d
Original file line number Diff line number Diff line change
1
+ # .env.template must be copied
2
+ .env
Original file line number Diff line number Diff line change 1
- # Mediabox
1
+ # : tv : Mediabox
2
2
3
3
![ ] ( https://github.com/cristianmiranda/mediabox/workflows/Multimedia%20Stack%20Deployment/badge.svg )
4
4
31
31
* [ Docker-Compose] ( https://docs.docker.com/compose/ )
32
32
33
33
## Setup
34
- * Replace all paths in ` .env ` with whatever makes sense for you (follow the comments above each property).
35
- * It might be a good idea to clone this repo inside the external disk if you plan to use it on different machines/architectures.
34
+ 1 . Copy ` .env.template `
35
+ ``` bash
36
+ cp .env.template .env
37
+ ```
38
+ 2 . Replace variables on ` .env ` with whatever makes sense to you (follow the comments above each property).
39
+ 3 . It might be a good idea to clone this repo inside the external disk if you plan to use it on different machines/architectures.
36
40
37
41
## Starting
38
42
``` bash
You can’t perform that action at this time.
0 commit comments