Momo website https://momo.koeln
Find a file
2024-10-03 19:05:17 +02:00
.editorconfig flake: add overlay and package 2024-09-12 19:37:37 +02:00
.envrc Add flake 2023-03-28 13:47:11 +02:00
.gitignore Add flake 2023-03-28 13:47:11 +02:00
flake.lock flake: add overlay and package 2024-09-12 19:37:37 +02:00
flake.nix flake: add overlay and package 2024-09-12 19:37:37 +02:00
index.html Update contents and email address 2024-10-03 19:05:17 +02:00
README.md Add flake 2023-03-28 13:47:11 +02:00

How to publish a new version

# Install dependencies:
# On PubSolarOS:
direnv allow

# With the nix package manager installed:
nix develop
# On other systems: https://github.com/minio/mc/

mc alias set \
  garage-momo \
  https://s3.greenbaum.cloud \
  ACCESS_KEY \
  SECRET_KEY \
  --api S3v4

# minio-client setup? Then just publish to garage via S3 API:
mc cp ./index.html garage-momo/momo.koeln/

ToDos

  • Setup CI pipeline for publishing