Compare commits

...

22 Commits

Author SHA1 Message Date
trav 05ed929274 Update README.md
continuous-integration/drone/push Build is passing Details
fixed syntax on cp command
2024-02-14 21:05:08 +00:00
3wc 3d74c22248 chore: publish 1.5.1+1.25.3 release
continuous-integration/drone/push Build is passing Details
2023-11-09 17:35:58 +00:00
3wc 56d7a64a1b chore: publish 1.5.0+1.25.1 release
continuous-integration/drone/push Build is passing Details
2023-07-08 19:33:37 +01:00
3wordchant d2308332e4 Merge pull request 'add optional redirection + fix 404s' (#2) from redirect into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #2
2023-05-30 13:51:40 +00:00
3wc 697fe25259 chore: publish 1.4.0+1.24.0 release
continuous-integration/drone/push Build is passing Details
2023-04-27 15:44:50 -04:00
3wc bad32dd353 chore: publish 1.3.2+1.23.3 release
continuous-integration/drone/push Build is passing Details
2023-03-28 11:39:16 -04:00
3wc f25c45c5c6 Change category to "Development"
[ci skip]
2023-03-28 11:37:29 -04:00
Mayel de Borniol 6563cfc7e6 add optional redirection
continuous-integration/drone/pr Build is failing Details
2023-03-16 11:48:17 +13:00
3wc bb9945b38d Switch to self-hosted stack-ssh-deploy image [mass update]
continuous-integration/drone/push Build is passing Details
2023-01-21 11:49:55 -08:00
3wc c50f5397bf Update abra syntax in examples (finally) [mass update]
continuous-integration/drone/push Build is passing Details
2023-01-19 16:02:27 -08:00
3wc 2a3021744d Further Drone fix
continuous-integration/drone/push Build is passing Details
2023-01-19 15:53:48 -08:00
3wc a68a31b45c chore: publish 1.3.1+1.23.3 release
continuous-integration/drone/tag Build is passing Details
2023-01-19 15:52:35 -08:00
3wc 977a81d493 Fix Drone, switch to new catalogue generation..
continuous-integration/drone/push Build is failing Details
..and add Drone badge
2023-01-19 15:50:43 -08:00
3wc ba0f1986a0 Add backupbot backups 2023-01-19 15:49:13 -08:00
3wc 02d0a39db4 chore: publish 1.3.0+1.23.3 release
continuous-integration/drone/push Build is failing Details
2023-01-18 13:23:37 -08:00
3wc c7d557cc6c Remove more VIM swapfiles
continuous-integration/drone/push Build is failing Details
2022-10-26 15:09:21 -04:00
3wc c8ffbe96fe Remove accidental vim swapfile
continuous-integration/drone/push Build is failing Details
2022-06-14 10:21:14 +01:00
3wc 29041d2c81 chore: publish 1.2.1+1.21.6 release
continuous-integration/drone/push Build is failing Details
2022-04-02 15:32:55 +02:00
3wc 232a953788 chore: publish 1.2.0+1.21.3 release
continuous-integration/drone/push Build is failing Details
2022-03-23 12:01:09 +02:00
3wc 2158fa1fc4 Add git-pull functionality 💅 2022-03-23 11:57:26 +02:00
3wc b8dec9d61a Add optional traefik-forward-auth login 2021-11-23 13:44:16 +02:00
3wc 8550b91477 Mass README update 2021-11-23 13:44:09 +02:00
9 changed files with 111 additions and 20 deletions

View File

@ -3,27 +3,37 @@ kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: custom_html
purge: true
networks:
- proxy
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: custom-html.swarm-test.autonomic.zone
STACK_NAME: custom_html
LETS_ENCRYPT_ENV: production
NGINX_DEFAULT_CONF_VERSION: v1
ENTRYPOINT_CONF_VERSION: v1
trigger:
branch:
- main
---
kind: pipeline
name: recipe release
name: generate recipe catalogue
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
image: plugins/downstream
settings:
command: recipe custom-html release
deploy_key:
from_secret: abra_bot_deploy_key
server: https://build.coopcloud.tech
token:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -4,3 +4,22 @@ DOMAIN=custom-html.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.custom-html.example.com`'
LETS_ENCRYPT_ENV=production
COMPOSE_FILE="compose.yml"
# Single Sign On via Traefik "file provider"
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
# Git-pull regularly
#COMPOSE_FILE="$COMPOSE_FILE:compose.git-pull.yml"
#GIT_REPO_URL="https://git.coopcloud.tech/dalmationer/hexbomb.gay"
#CRON_SCHEDULE="*/1 * * * *"
# Optionally redirect the entire domain or a sub-path:
# path under which you want to redirect all URLs (with trailing slash):
#REDIRECT_FROM_PATH=/
# full URL of target domain (and optionally path) with trailing slash:
#REDIRECT_TO_URL=https://coopcloud.tech/
# temporary or permanent redirect? (uncomment one)
#REDIRECT_TYPE=redirect
#REDIRECT_TYPE=permanent

View File

@ -1,15 +1,17 @@
# Custom HTML
[![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/custom-html/status.svg)](https://build.coopcloud.tech/coop-cloud/custom-html)
Custom HTML website, served using Nginx.
<!-- metadata -->
* **Category**: Apps
* **Status**: ❷💛
* **Image**: [`nginx`](https://hub.docker.com/_/nginx), ❶💚, upstream
* **Category**: Development
* **Status**: 2, beta
* **Image**: [`nginx`](https://hub.docker.com/_/nginx), 4, upstream
* **Healthcheck**: No
* **Backups**: No
* **Email**: N/A
* **Tests**: ❷💛
* **Tests**: 2
* **SSO**: No
<!-- endmetadata -->
@ -18,12 +20,12 @@ Custom HTML website, served using Nginx.
1. Set up Docker Swarm and [`abra`]
2. Deploy [`coop-cloud/traefik`]
3. `abra app new custom-html`
4. `abra app YOURAPPDOMAIN config` - 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
5. `abra app YOURAPPDOMAIN deploy`
5. `abra app deploy YOURAPPDOMAIN`
6. Copy your files to the container, using something like
```
abra app YOURAPPDOMAIN cp index.html app:/usr/share/nginx/html
abra app cp YOURAPPDOMAIN index.html app:/usr/share/nginx/html
```
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra

View File

@ -1 +1,2 @@
export NGINX_DEFAULT_CONF_VERSION=v1
export NGINX_DEFAULT_CONF_VERSION=v5
export ENTRYPOINT_CONF_VERSION=v3

26
compose.git-pull.yml Normal file
View File

@ -0,0 +1,26 @@
version: "3.8"
services:
git:
environment:
- GIT_REPO_URL
image: alpine/git:v2.40.1
entrypoint: /docker-entrypoint.sh
volumes:
- content:/git
configs:
- source: entrypoint_conf
target: /docker-entrypoint.sh
mode: 0555
deploy:
mode: replicated
replicas: 0
labels:
- "swarm.cronjob.enable=true"
- "swarm.cronjob.schedule=${CRON_SCHEDULE:-*/5 * * * *}"
restart_policy:
condition: none
configs:
entrypoint_conf:
name: ${STACK_NAME}_entrypoint_conf_${ENTRYPOINT_CONF_VERSION}
file: entrypoint.git-pull.sh

8
compose.sso.yml Normal file
View File

@ -0,0 +1,8 @@
version: "3.8"
services:
app:
environment:
- TFA_MIDDLEWARE_NAME
deploy:
labels:
- "traefik.http.routers.${STACK_NAME}.middlewares=${TFA_MIDDLEWARE_NAME}@file"

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.21.3
image: nginx:1.25.3
networks:
- proxy
deploy:
@ -19,9 +19,14 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.1.0+1.21.3"
- "coop-cloud.${STACK_NAME}.version=1.5.1+1.25.3"
- "backupbot.backup=true"
- "backupbot.backup.path=/usr/share/nginx/html"
environment:
DEFAULT_CONF_FILE: /etc/nginx/conf.d/default.conf
- DEFAULT_CONF_FILE=/etc/nginx/conf.d/default.conf
- REDIRECT_FROM_PATH
- REDIRECT_TO_URL
- REDIRECT_TYPE
volumes:
- content:/usr/share/nginx/html
configs:
@ -40,7 +45,8 @@ volumes:
configs:
nginx_default_conf:
name: ${STACK_NAME}_nginx_default_conf_${NGINX_DEFAULT_CONF_VERSION}
file: default.conf
file: default.conf.tmpl
template_driver: golang
networks:
proxy:

View File

@ -10,10 +10,18 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ $uri.html;
{{ if env "REDIRECT_TO_URL" }}
rewrite ^{{ env "REDIRECT_FROM_PATH" }}(.*)$ {{ env "REDIRECT_TO_URL" }}$1 {{ env "REDIRECT_TYPE" }};
{{ end }}
try_files $uri $uri/ $uri.html =404;
}
#error_page 404 /404.html;
error_page 404 /404.html;
location = /404.html {
root /usr/share/nginx/html;
}
# redirect server error pages to the static page /50x.html
#

11
entrypoint.git-pull.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/sh
if [ ! -d /git/.git ]; then
echo "No repo found, emptying /git/ directory"
rm -r /git/*
echo "Cloning $GIT_REPO_URL into /git"
git clone "$GIT_REPO_URL" /git
else
echo "Updating /git"
git pull
fi