Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getchoo-archive/packwiz-serve
a docker image to serve packwiz modpacks
https://github.com/getchoo-archive/packwiz-serve
docker docker-image minecraft minecraft-mod minecraft-server modpack-installer modpack-updater modpacks packwiz
Last synced: 2 months ago
JSON representation
a docker image to serve packwiz modpacks
- Host: GitHub
- URL: https://github.com/getchoo-archive/packwiz-serve
- Owner: getchoo-archive
- License: mit
- Archived: true
- Created: 2023-01-16T10:37:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T17:01:12.000Z (3 months ago)
- Last Synced: 2024-10-12T00:58:16.803Z (2 months ago)
- Topics: docker, docker-image, minecraft, minecraft-mod, minecraft-server, modpack-installer, modpack-updater, modpacks, packwiz
- Language: Nix
- Homepage: https://hub.docker.com/r/getchoo/packwiz-serve
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packwiz-serve
a minimal docker (or podman) container to serve packwiz modpacks anywhere :)
## how to use
all you need is one command:
```bash
docker run -d -p :8080 -v /path/to/your/modpack:/data getchoo/packwiz-serve
```## troubleshooting
### permission denied errors
for users of a system with SELinux enabled, you maybe need to append `:z` to your volume mount options.
for example: `-v /path:/data:z`