Update for kube stack
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
9cb74fae3c
commit
0e0a851f84
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal 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
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM jitesoft/lighttpd
|
||||||
|
COPY public /var/www/html/
|
11
README.md
11
README.md
@ -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)
|
![select](/demo.gif)
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
Static website from `public/`
|
||||||
Easy, install a webserver and put the included index.html and signs.css file into the public webroot directory.
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
[MIT](LICENSE)
|
|
||||||
|
@ -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
|
|
@ -1,6 +0,0 @@
|
|||||||
id: signs
|
|
||||||
|
|
||||||
version: 3
|
|
||||||
|
|
||||||
signs:
|
|
||||||
docker-compose.yml: 1, 2, 3
|
|
Loading…
Reference in New Issue
Block a user