The lvl0 website over at lvl0.xyz
Find a file
myrmidex a431e5783c
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m45s
Use catthehacker image to build
2026-03-01 21:09:26 +01:00
.docker Build in forgejo workflow 2026-03-01 21:03:37 +01:00
.forgejo/workflows Use catthehacker image to build 2026-03-01 21:09:26 +01:00
content Add fedi-feed-router, remove incr 2026-03-01 21:01:10 +01:00
themes/linkita Add announcements 2025-08-01 23:14:50 +02:00
.gitignore Remove public from git 2026-03-01 21:00:47 +01:00
.gitmodules Fresh Zola + Linkita install 2025-07-10 20:07:36 +02:00
config.toml Add announcements 2025-08-01 23:14:50 +02:00
README.md Remove docker build section 2026-03-01 21:07:58 +01:00

lvl0 Website

Production

This is the docker-compose file needed to host this webiste:

services:
  website:
    image: forge.lvl0.xyz/lvl0/lvl0-website:latest
    container_name: lvl0-website
    ports:
      - 5002:80
    restart: unless-stopped
networks: {}

Development

Run zola:

zola serve