Update README.md

This commit is contained in:
2025-08-31 10:50:30 -07:00
parent feb1e3dbb9
commit 2e3ab4c50c

View File

@ -4,20 +4,20 @@ Custom HTML website, served using thttpd
<!-- metadata --> <!-- metadata -->
* **Category**: Apps * **Category**: Apps
* **Status**: 0, work-in-progress * **Status**: 2, stable
* **Image**: [`thttpd`](https://hub.docker.com/r/dragas/thttpd), 2, 3rd party image * **Image**: [`static-web-server`](https://hub.docker.com/r/joseluisq/static-web-server/), 4, upstream
* **Healthcheck**: No * **Healthcheck**: No
* **Backups**: No * **Backups**: No
* **Email**: N/A * **Email**: N/A
* **Tests**: 0 * **Tests**: 0
* **SSO**: 3 (OAuth) * **SSO**: N/A
<!-- endmetadata --> <!-- endmetadata -->
## Basic usage ## Basic usage
1. Set up Docker Swarm and [`abra`] 1. Set up Docker Swarm and [`abra`]
2. Deploy [`coop-cloud/traefik`] 2. Deploy [`coop-cloud/traefik`]
3. `abra app new custom-html` 3. `abra app new custom-html-tiny`
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to 4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box your Docker swarm box
5. `abra app deploy YOURAPPDOMAIN` 5. `abra app deploy YOURAPPDOMAIN`
@ -26,12 +26,3 @@ Custom HTML website, served using thttpd
abra app YOURAPPDOMAIN cp index.html app:/content abra app YOURAPPDOMAIN cp index.html app:/content
``` ```
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
[`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik
## Git Based Usage
1. Set up as above, stop at step 4.
2. Deploy `swarm-cronjob` to the host
3. `abra app config`, Uncomment Git lines in configuration, and set variables as appropriate.
4. `abra app deploy YOURAPPDOMAIN`