The lvl0 website over at lvl0.xyz
Find a file
myrmidex 3f63441383
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Build in forgejo workflow
2026-03-01 21:03:37 +01:00
.docker Build in forgejo workflow 2026-03-01 21:03:37 +01:00
.forgejo/workflows Build in forgejo workflow 2026-03-01 21:03:37 +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 Build in forgejo workflow 2026-03-01 21:03:37 +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

Docker build

Docker images are built automatically via Forgejo Actions on push to main.