6 Commits

Author SHA1 Message Date
trav 9f2648b91a Merge pull request 'chore: upgrade to 1.2.0+2.43.0' (#7) from upgrade-1.2.0+2.43.0 into main
continuous-integration/drone/push Build is failing
Reviewed-on: #7
2026-06-15 17:36:59 +00:00
autonomic-bot 526502bad2 chore: upgrade to 1.2.0+2.43.0
continuous-integration/drone/tag Build is passing
2026-06-11 22:37:06 +00:00
notplants 9556575bb5 Merge pull request 'chore: upgrade to 1.1.0+2.42.0' (#6) from upgrade-1.1.0+2.42.0 into main
continuous-integration/drone/push Build is failing
Reviewed-on: #6
2026-06-09 01:51:12 +00:00
autonomic-bot 156a49acc1 chore: upgrade to 1.1.0+2.42.0
continuous-integration/drone/tag Build is passing
2026-05-31 13:31:41 +00:00
kawaiipunk 435df8fc98 Merge pull request 'Update README.md with real example for copying' (#4) from bohne/custom-html-tiny:bohne-patch-1 into main
continuous-integration/drone/push Build is failing
Reviewed-on: #4
2026-05-12 18:48:38 +00:00
bohne d60556f060 Update README.md with real example for copying 2026-02-10 08:12:09 +00:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ Custom HTML website, served using thttpd
5. `abra app deploy YOURAPPDOMAIN`
6. Copy your files to the container, using something like
```
abra app YOURAPPDOMAIN cp index.html app:/content
abra app cp YOURAPPDOMAIN index.html app:/var/www/http
```
+1 -1
View File
@@ -3,7 +3,7 @@ services:
git:
environment:
- GIT_REPO_URL
image: alpine/git:v2.36.3
image: alpine/git:v2.52.0
entrypoint: /docker-entrypoint.sh
volumes:
- content:/git
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: joseluisq/static-web-server:2.38.0
image: joseluisq/static-web-server:2.43.0
command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
networks:
- proxy
@@ -17,7 +17,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
# Redirect from EXTRA_DOMAINS to DOMAIN
- "coop-cloud.${STACK_NAME}.version=1.0.1+2.38.0"
- "coop-cloud.${STACK_NAME}.version=1.2.0+2.43.0"
environment:
- HTTP_SUBDIR
volumes: