No description
This repository has been archived on 2025年07月14日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Shell 100%
|
Shiny Nematoda
6738fe3c9d
Merge pull request 'refactor: use env variables to configure frontend' ( #2 ) from bnyro/Hyperpipe-Docker:main into main
Reviewed-on: #2 Reviewed-by: Shiny Nematoda <snematoda@noreply.codeberg.org> |
||
|---|---|---|
| docker-compose.template.yml | refactor: use env variables to configure frontend | |
| gen.sh | refactor: use env variables to configure frontend | |
| README.md | Update 'README.md' | |
Docker
Hosting
Step 1 - Setup
Make sure the following dependencies are met:
gitcurljq
Step 2 - Configure
Clone the repo
git clone https://codeberg.org/Hyperpipe/Docker
cd Docker
Make the setup script executable
chmod u+x gen.sh
Run the setup script
./gen.sh
Glossary
| Field | Value | Example |
|---|---|---|
| proxy | hostname of the piped-proxy you would like to connect to | piped-proxy.example.com |
| hyperpipe instance | hostname of the (to be setup) default hyperpipe instance | hyperpipeapi.example.com |
| piped instance | hostname of the default piped instance | pipedapi.example.com |
Step 3 - Docker
Run the following commands as root
Start the container
docker-compose up
Submiting
If hosting a public instance, please open a PR at Hyperpipe/pages
Cleaning
WARNING: The following command will remove ALL existing docker images that are not currently running
Run the following commands as root
# docker system prune -a
# docker volume prune
# docker network prune
# docker image prune