Update for kube stack
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
rasmus 2024-07-30 10:02:55 +03:00
parent 9cb74fae3c
commit 0e0a851f84
5 changed files with 18 additions and 22 deletions

13
.woodpecker.yml Normal file
View File

@ -0,0 +1,13 @@
steps:
- name: docker
image: woodpeckerci/plugin-kaniko
settings:
repo: ${CI_REPO}
registry: harbor.k-space.ee
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
branch: master

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM jitesoft/lighttpd
COPY public /var/www/html/

View File

@ -1,13 +1,8 @@
# Signs @ k-space.ee
# [signs.k-space.ee](https://signs.k-space.ee)
Make signs the easy way. Just open up your browser, type in the info and print! Yes, print! Go check it out at [https://janesmae.github.io/signs_at_k-space/](https://janesmae.github.io/signs_at_k-space/).
Make signs the easy way. Just open up your browser, type in the info and print! Yes, print!
![select](/demo.gif)
## Install
Easy, install a webserver and put the included index.html and signs.css file into the public webroot directory.
## License
[MIT](LICENSE)
Static website from `public/`

View File

@ -1,8 +0,0 @@
signs:
image: ghcr.io/jtagcat/docker_httpd_mods:01_utf8
volumes:
- ${OVERNODE_ETC}/public:/usr/local/apache2/htdocs:ro
restart: unless-stopped
# port 80
network_mode: bridge
hostname: signs.weave.local

View File

@ -1,6 +0,0 @@
id: signs
version: 3
signs:
docker-compose.yml: 1, 2, 3