Momo website https://momo.koeln
 
 
Go to file
teutat3s 5a78b18aba
Add flake
2023-03-28 13:47:11 +02:00
.envrc Add flake 2023-03-28 13:47:11 +02:00
.gitignore Add flake 2023-03-28 13:47:11 +02:00
README.md Add flake 2023-03-28 13:47:11 +02:00
flake.lock Add flake 2023-03-28 13:47:11 +02:00
flake.nix Add flake 2023-03-28 13:47:11 +02:00
index.html Initial commit 2023-03-06 16:16:02 +01:00

README.md

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