Go to file
2022-01-30 09:28:57 +01:00
.devcontainer add gpg package to devcontainer 2022-01-30 09:28:57 +01:00
js add inline code element 2022-01-29 21:31:48 +01:00
public Merge branch 'vaultwarden-instructions' into 'master' 2022-01-29 21:34:36 +01:00
styl add password generator 2022-01-28 23:09:38 +01:00
.dockerignore use same as gitignore 2021-09-26 00:20:53 +02:00
.gitignore sort items 2021-09-26 00:20:44 +02:00
.gitlab-ci.yml only build docker 2021-09-26 00:06:36 +02:00
composer.json move composer file in root folder 2021-10-30 06:41:10 +00:00
composer.lock move composer file in root folder 2021-10-30 06:41:10 +00:00
database.sql move db template in project root 2021-06-17 11:34:56 +02:00
Dockerfile add nginx 404 page 2022-01-18 19:45:29 +00:00
LICENSE LICENSE hinzufügen 2021-02-28 09:51:29 +00:00
nginx.conf add 404 page nginx config 2022-01-18 19:45:43 +00:00
package.json move stylus to dev dependencies 2022-01-17 19:41:41 +01:00
Readme.md add Readme 2022-01-30 09:28:13 +01:00
template.html add template html file 2022-01-29 16:50:34 +01:00
webpack.conf.js fix cookie notice 2021-03-24 23:07:40 +01:00
website.iml switched from typescript to javascript 2021-03-24 22:18:55 +01:00
yarn.lock switch from sass to style as preprocessor 2022-01-17 12:13:55 +01:00

Website

In this repository is the sourcecode of my website. The page is build using static HTML files with dynamic WebComponents, to add content to the page which is the same on every page, like the header with the navigation menue or the footer. For the stylesheet I used SCSS in the past, but switched to style, because of braking changed in October 2022. The Website is build by a CI job on the Server and then deployed as Docker Container. As Webserver the Container uses nginx with PHP8 for the API. All staic files like Archives to download are located on a S3 Server.