diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..5dd3570 --- /dev/null +++ b/.woodpecker.yml @@ -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 diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..498ac37 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM jitesoft/lighttpd +COPY public /var/www/html/ diff --git a/README.md b/README.md index 7164b6c..85a4eca 100644 --- a/README.md +++ b/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) ## 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/` diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 22e306d..0000000 --- a/docker-compose.yml +++ /dev/null @@ -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 diff --git a/overnode.yml b/overnode.yml deleted file mode 100644 index 8f9c2bd..0000000 --- a/overnode.yml +++ /dev/null @@ -1,6 +0,0 @@ -id: signs - -version: 3 - -signs: - docker-compose.yml: 1, 2, 3