Commit 3a678a6 1 parent b1128db commit 3a678a6 Copy full SHA for 3a678a6
File tree 20 files changed +83
-54
lines changed
20 files changed +83
-54
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ services:
4
4
environment :
5
5
EULA : true
6
6
MODPACK_PLATFORM : AUTO_CURSEFORGE
7
- # from .env
7
+ # Allocate API key from https://console.curseforge.com/
8
+ # and set in .env file making sure to double up dollar signs, such as
9
+ # CF_API_KEY=$$2a$$10$$....
10
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
8
11
CF_API_KEY : ${CF_API_KEY}
9
12
CF_PAGE_URL : https://www.curseforge.com/minecraft/modpacks/all-of-fabric-7
10
13
# CF_FILENAME_MATCHER: 1.2.2
Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ services:
8
8
environment :
9
9
EULA : true
10
10
MOD_PLATFORM : AUTO_CURSEFORGE
11
- # allocate from https://console.curseforge.com/ and set in .env file
11
+ # Allocate API key from https://console.curseforge.com/
12
+ # and set in .env file making sure to double up dollar signs, such as
13
+ # CF_API_KEY=$$2a$$10$$....
14
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
12
15
CF_API_KEY : ${CF_API_KEY}
13
16
CF_SLUG : all-the-mods-10
14
17
# Optional: select a specific version/file
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ services:
6
6
environment :
7
7
EULA : " true"
8
8
MODPACK_PLATFORM : AUTO_CURSEFORGE
9
- # allocate from https://console.curseforge.com/ and set in .env file
9
+ # Allocate API key from https://console.curseforge.com/
10
+ # and set in .env file making sure to double up dollar signs, such as
11
+ # CF_API_KEY=$$2a$$10$$....
12
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
10
13
CF_API_KEY : ${CF_API_KEY}
11
14
CF_PAGE_URL : https://www.curseforge.com/minecraft/modpacks/all-the-mods-8
12
15
# CF_FILENAME_MATCHER: "1.1.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ services:
6
6
environment :
7
7
EULA : " true"
8
8
MODPACK_PLATFORM : AUTO_CURSEFORGE
9
- # allocate from https://console.curseforge.com/ and set in .env file
9
+ # Allocate API key from https://console.curseforge.com/
10
+ # and set in .env file making sure to double up dollar signs, such as
11
+ # CF_API_KEY=$$2a$$10$$....
12
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
10
13
CF_API_KEY : ${CF_API_KEY}
11
14
CF_PAGE_URL : https://www.curseforge.com/minecraft/modpacks/all-the-mods-9
12
15
# Optional: select a specific version/file
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ services:
4
4
environment :
5
5
EULA : true
6
6
MODPACK_PLATFORM : AUTO_CURSEFORGE
7
- # allocate from https://console.curseforge.com/ and set in .env file
7
+ # Allocate API key from https://console.curseforge.com/
8
+ # and set in .env file making sure to double up dollar signs, such as
9
+ # CF_API_KEY=$$2a$$10$$....
10
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
8
11
CF_API_KEY : ${CF_API_KEY}
9
12
CF_MODPACK_MANIFEST : /manifests/manifest.json
10
13
CF_SLUG : " custom"
Original file line number Diff line number Diff line change @@ -6,40 +6,12 @@ services:
6
6
environment :
7
7
EULA : " true"
8
8
MODPACK_PLATFORM : AUTO_CURSEFORGE
9
- # allocate from https://console.curseforge.com/ and set in .env file
9
+ # Allocate API key from https://console.curseforge.com/
10
+ # and set in .env file making sure to double up dollar signs, such as
11
+ # CF_API_KEY=$$2a$$10$$....
12
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
10
13
CF_API_KEY : ${CF_API_KEY}
11
14
CF_PAGE_URL : https://www.curseforge.com/minecraft/modpacks/minecraft-eternal/files/4102634
12
- CF_EXCLUDE_MODS : |
13
- cherished-worlds
14
- controlling
15
- ctm
16
- custom-main-menu
17
- ding
18
- minecraft-rich-presence
19
- enchantment-descriptions
20
- just-enough-harvestcraft
21
- just-enough-resources-jer
22
- menumobs
23
- more-overlays
24
- mouse-tweaks
25
- oldjavawarning
26
- overloaded-armor-bar
27
- reauth
28
- thaumic-jei
29
- tips
30
- armor-toughness-bar
31
- waila-harvestability
32
- ambientsounds
33
- biomeinfo
34
- block-drops-jei-addon
35
- loot-capacitor-tooltips
36
- no-recipe-book
37
- packmodemenu
38
- resource-reloader
39
-
40
- # blockdrops
41
-
42
- CF_FORCE_SYNCHRONIZE : " true"
43
15
MEMORY : 4G
44
16
volumes :
45
17
- mc-data:/data
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ services:
4
4
environment :
5
5
EULA : true
6
6
MODPACK_PLATFORM : AUTO_CURSEFORGE
7
- # Set CF_API_KEY=... in a .env file next to this compose file and don't source control that file
7
+ # Allocate API key from https://console.curseforge.com/
8
+ # and set in .env file making sure to double up dollar signs, such as
9
+ # CF_API_KEY=$$2a$$10$$....
10
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
8
11
CF_API_KEY : ${CF_API_KEY}
9
12
CF_SLUG : better-mc-fabric-bmc1
10
13
# CF_FILENAME_MATCHER: v18.5
Original file line number Diff line number Diff line change @@ -9,10 +9,14 @@ services:
9
9
EULA : true
10
10
ALLOW_FLIGHT : true
11
11
MOD_PLATFORM : AUTO_CURSEFORGE
12
- # allocate from https://console.curseforge.com/ and set in .env file
12
+ # Allocate API key from https://console.curseforge.com/
13
+ # and set in .env file making sure to double up dollar signs, such as
14
+ # CF_API_KEY=$$2a$$10$$....
15
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
13
16
CF_API_KEY : ${CF_API_KEY}
14
17
CF_SLUG : craftoria
15
18
MEMORY : 8G
19
+ # TODO: replace with slugs and see if already excluded by cf-exclude-include.json
16
20
CF_EXCLUDE_MODS : |
17
21
737481
18
22
363363
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ services:
4
4
environment :
5
5
EULA : true
6
6
TYPE : FORGE
7
- # allocate from https://console.curseforge.com/ and set in .env file
7
+ # Allocate API key from https://console.curseforge.com/
8
+ # and set in .env file making sure to double up dollar signs, such as
9
+ # CF_API_KEY=$$2a$$10$$....
10
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
8
11
CF_API_KEY : ${CF_API_KEY}
9
12
VERSION : 1.19.2
10
13
CURSEFORGE_FILES : |
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ services:
12
12
CURSEFORGE_FILES : |
13
13
fabric-api
14
14
chunky-pregenerator
15
- # allocate from https://console.curseforge.com/ and set in .env file
15
+ # Allocate API key from https://console.curseforge.com/
16
+ # and set in .env file making sure to double up dollar signs, such as
17
+ # CF_API_KEY=$$2a$$10$$....
18
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
16
19
CF_API_KEY : ${CF_API_KEY}
17
20
# YAML Heredoc, be sure to use '|-' this will remove the first newline and final new line.
18
21
# This is versus '|' that will leaving with two empty strings at top and bottom.
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ services:
9
9
environment :
10
10
EULA : " TRUE"
11
11
TYPE : AUTO_CURSEFORGE
12
+ # Allocate API key from https://console.curseforge.com/
13
+ # and set in .env file making sure to double up dollar signs, such as
14
+ # CF_API_KEY=$$2a$$10$$....
15
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
12
16
CF_API_KEY : ${CF_API_KEY}
13
17
CF_PAGE_URL : https://www.curseforge.com/minecraft/modpacks/ftb-evolution
14
18
# This modpack includes an override client-side only mod that will prevent the server from starting.
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ services:
5
5
EULA : true
6
6
TYPE : KETTING
7
7
VERSION : 1.20.1
8
+ # Allocate API key from https://console.curseforge.com/
9
+ # and set in .env file making sure to double up dollar signs, such as
10
+ # CF_API_KEY=$$2a$$10$$....
11
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
8
12
CF_API_KEY : " ${CF_API_KEY}"
9
13
CURSEFORGE_FILES : https://www.curseforge.com/minecraft/mc-mods/aquaculture
10
14
ports :
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ services:
6
6
environment :
7
7
EULA : " true"
8
8
MODPACK_PLATFORM : AUTO_CURSEFORGE
9
- # CF_API_KEY=... must be set in .env file or as environment variable
9
+ # Allocate API key from https://console.curseforge.com/
10
+ # and set in .env file making sure to double up dollar signs, such as
11
+ # CF_API_KEY=$$2a$$10$$....
12
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
10
13
CF_API_KEY : ${CF_API_KEY}
11
14
CF_SLUG : one-block-modded
12
15
# Modpack client zip must be manually downloaded from
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ services:
6
6
environment :
7
7
EULA : " true"
8
8
MODPACK_PLATFORM : AUTO_CURSEFORGE
9
- CF_API_KEY : # allocate from https://console.curseforge.com/
9
+ # Allocate API key from https://console.curseforge.com/
10
+ # and set in .env file making sure to double up dollar signs, such as
11
+ # CF_API_KEY=$$2a$$10$$....
12
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
13
+ CF_API_KEY : ${CF_API_KEY}
10
14
CF_SLUG : the-pixelmon-modpack
11
15
CF_FILENAME_MATCHER : " 9.1.2"
12
16
MEMORY : 4G
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ services:
6
6
environment :
7
7
EULA : " true"
8
8
MODPACK_PLATFORM : AUTO_CURSEFORGE
9
- # allocate from https://console.curseforge.com/ and set in .env file
9
+ # Allocate API key from https://console.curseforge.com/
10
+ # and set in .env file making sure to double up dollar signs, such as
11
+ # CF_API_KEY=$$2a$$10$$....
12
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
10
13
CF_API_KEY : ${CF_API_KEY}
11
14
CF_PAGE_URL : https://www.curseforge.com/minecraft/modpacks/prominence-2-rpg
12
15
CF_FILENAME_MATCHER : " 2.8.7"
Original file line number Diff line number Diff line change @@ -7,20 +7,20 @@ services:
7
7
environment :
8
8
EULA : " true"
9
9
MODPACK_PLATFORM : AUTO_CURSEFORGE
10
- # allocate from https://console.curseforge.com/ and set in .env file
10
+ # Allocate API key from https://console.curseforge.com/
11
+ # and set in .env file making sure to double up dollar signs, such as
12
+ # CF_API_KEY=$$2a$$10$$....
13
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
11
14
CF_API_KEY : ${CF_API_KEY}
12
15
CF_PAGE_URL : https://www.curseforge.com/minecraft/modpacks/roguelike-adventures-and-dungeons-2
13
16
# Optional: select a specific version/file
14
17
# CF_FILENAME_MATCHER: "0.2.34"
15
18
CF_EXCLUDE_MODS : |
16
- controlling
17
19
creative-core
18
20
default-options
19
21
itemphysic-lite
20
22
konkrete
21
23
oauth
22
- sound-filters
23
- toast-control
24
24
CF_FORCE_SYNCHRONIZE : " true"
25
25
MEMORY : 4G
26
26
volumes :
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ services:
4
4
environment :
5
5
EULA : true
6
6
MODPACK_PLATFORM : AUTO_CURSEFORGE
7
- # Set CF_API_KEY=... in a .env file next to this compose file and don't source control that file
7
+ # Allocate API key from https://console.curseforge.com/
8
+ # and set in .env file making sure to double up dollar signs, such as
9
+ # CF_API_KEY=$$2a$$10$$....
10
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
8
11
CF_API_KEY : ${CF_API_KEY}
9
12
CF_SLUG : rlcraft
10
13
CF_FILENAME_MATCHER : 2.9.3
Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ services:
8
8
# CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/skyfactory-5/files/6044634
9
9
CF_SLUG : skyfactory-5
10
10
CF_FILENAME_MATCHER : 5.0.2
11
- # Loads from .env file
11
+ # Allocate API key from https://console.curseforge.com/
12
+ # and set in .env file making sure to double up dollar signs, such as
13
+ # CF_API_KEY=$$2a$$10$$....
14
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
12
15
CF_API_KEY : ${CF_API_KEY}
13
16
MEMORY : 4G
14
17
ports :
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ services:
6
6
environment :
7
7
EULA : " true"
8
8
MODPACK_PLATFORM : AUTO_CURSEFORGE
9
- CF_API_KEY : # allocate from https://console.curseforge.com/
9
+ # Allocate API key from https://console.curseforge.com/
10
+ # and set in .env file making sure to double up dollar signs, such as
11
+ # CF_API_KEY=$$2a$$10$$....
12
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
13
+ CF_API_KEY : ${CF_API_KEY}
10
14
CF_FORCE_SYNCHRONIZE : " true"
11
15
CF_PAGE_URL : https://www.curseforge.com/minecraft/modpacks/valhelsia-5/files/4429560
12
16
MEMORY : 4G
Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ services:
6
6
environment :
7
7
EULA : " true"
8
8
MODPACK_PLATFORM : AUTO_CURSEFORGE
9
- # allocate from https://console.curseforge.com/
9
+ # Allocate API key from https://console.curseforge.com/
10
+ # and set in .env file making sure to double up dollar signs, such as
11
+ # CF_API_KEY=$$2a$$10$$....
12
+ # Refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#api-key
10
13
CF_API_KEY : ${CF_API_KEY}
11
14
CF_SLUG : vault-hunters-1-18-2
12
15
MOTD : " §4----- §2 Vault Hunters: 1.18.2 §4 -----§r\\ n §4------ §e vaulthunters.gg §4------"
13
16
MEMORY : 6G # 4G for base server + 2G per player
14
- CF_EXCLUDE_MODS : |
15
- reauth
16
17
ALLOW_FLIGHT : true
17
18
ENABLE_COMMAND_BLOCK : true
18
19
DIFFICULTY : hard
You can’t perform that action at this time.
0 commit comments