Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himbeerserverde/www
Himbeerserver website v3.
https://github.com/himbeerserverde/www
Last synced: 5 days ago
JSON representation
Himbeerserver website v3.
- Host: GitHub
- URL: https://github.com/himbeerserverde/www
- Owner: HimbeerserverDE
- License: mit
- Created: 2023-02-04T13:41:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T16:35:31.000Z (about 2 months ago)
- Last Synced: 2024-11-18T17:56:25.573Z (about 2 months ago)
- Language: HTML
- Homepage:
- Size: 543 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# www
Himbeerserver v3, formerly known as
[www.himbeerserver.de](https://github.com/HimbeerserverDE/www.himbeerserver.de).This is a simple static markdown website and cgit instance powered by caddy.
No JavaScript is used, but there is a global CSS stylesheet.
The `sys` directory contains the filesystem structure to copy to the rootfs.
This repository should be cloned to `/srv/www`.
The `install.sh` script creates symlinks for configuration files to `/srv/www`,
overwriting existing files.
The `uninstall.sh` script removes them again without restoring the original files.## Required system packages
Alpine:
```
apk add caddy cgit python3 py3-markdown py3-pygments
```## Required caddy plugins
cgit requires regular CGI (not fastcgi):
```
caddy add-package github.com/aksdb/caddy-cgi/v2
```## HTTPS
This configuration handles HTTPS setup automatically.