Valentin Gagarin fricklerhandwerk
  • Hamburg, Germany
  • Nix documentarian, information janitor

  • Joined on 2024-06-12
fricklerhandwerk pushed to update-hostkey at fricklerhandwerk/Fediversity 2025-03-18 09:39:03 +01:00
2be5677034 update fedi201 host public key, rekey
fricklerhandwerk created pull request fediversity/fediversity#251 2025-03-18 09:33:53 +01:00
update fedi201 host public key
fricklerhandwerk created branch update-hostkey in fricklerhandwerk/Fediversity 2025-03-18 09:33:18 +01:00
fricklerhandwerk pushed to update-hostkey at fricklerhandwerk/Fediversity 2025-03-18 09:33:18 +01:00
0f7786bf93 update fedi201 host public key
08d109cc82 Remove versions
e41f9c572a add basic service configuration (#236)
607b17a10a rekey for public key lois
7afae84b6c Add pub key Lois
Compare 5 commits »
fricklerhandwerk commented on issue fediversity/fediversity#242 2025-03-17 09:16:44 +01:00
enqueuing deployment syncs

Ah so you're saying that what we today call deployment should be async? Yes, it should be that in any case, and it's implied in the later user stories where one gets a notification even when…

fricklerhandwerk commented on issue fediversity/fediversity#76 2025-03-14 11:55:28 +01:00
Deployed services are accessible under the configured domain

This seems to be blocked by Fediversity/Fediversity#69 because triggering NixOps from the Panel in a development environment will deploy to our only environment.

fricklerhandwerk commented on issue fediversity/fediversity#233 2025-03-14 11:53:20 +01:00
Forgejo doesn't send notifcations

This seems to work again.

fricklerhandwerk closed issue fediversity/fediversity#233 2025-03-14 11:53:20 +01:00
Forgejo doesn't send notifcations
fricklerhandwerk commented on issue fediversity/fediversity#238 2025-03-14 11:52:52 +01:00
simplify python dependency management

I don't think this is relevant because Nixpkgs already allows managing Python dependencies.. I also don't think adding another tool in between would make anything easier, since its, well, another…

fricklerhandwerk commented on issue fediversity/fediversity#242 2025-03-14 11:50:03 +01:00
enqueuing deployment syncs

What's a "sync"?

fricklerhandwerk commented on issue fediversity/fediversity#76 2025-03-14 11:49:20 +01:00
Deployed services are accessible under the configured domain

I removed all the dependencies since they're not actually blocking this user story. All this one here says is that a deployment can be run and takes effect.

fricklerhandwerk closed issue fediversity/fediversity#107 2025-03-14 11:48:33 +01:00
Users can configure their desired domains in the online panel, so that the deployed services are assigned the desired domains
fricklerhandwerk commented on issue fediversity/fediversity#106 2025-03-14 11:48:25 +01:00
Online panel lets the user select services to deploy

This is implemented with #235 (and reduced in scope by #247)

fricklerhandwerk closed issue fediversity/fediversity#106 2025-03-14 11:48:25 +01:00
Online panel lets the user select services to deploy
fricklerhandwerk commented on issue fediversity/fediversity#108 2025-03-14 11:43:42 +01:00
Selected services can be deployed

This needs clarification

fricklerhandwerk commented on issue fediversity/meta#27 2025-03-13 12:53:11 +01:00
Fake

Works now

fricklerhandwerk commented on pull request fediversity/fediversity#229 2025-03-13 11:44:52 +01:00
WIP: versioned configuration schemas

right now nothing is actually using that code, so I don't think we should put more thought into it until that changes.

fricklerhandwerk commented on pull request fediversity/fediversity#229 2025-03-13 11:42:53 +01:00
WIP: versioned configuration schemas

IIUC the last state of discussion was that we'd generate the module options from the Pydantic schemas and test their compatibility in CI, not simply hope they match up by keeping them in sync…