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

  • Joined on 2024-06-12
fricklerhandwerk pushed to fix-deployment at fricklerhandwerk/Fediversity 2025-06-18 14:22:51 +02:00
72382cd486 fix running nixops4 apply test
bd1cfd7a7c Introduce test for deploying all services via FediPanel (#361)
939f9d961d add data model entity: application (#387)
4801433ae0 Get rid of the need for deployer.pub (#385)
Compare 4 commits »
fricklerhandwerk commented on issue fediversity/fediversity#390 2025-06-18 12:39:36 +02:00
error on nixops4 apply: attribute 'lib' missing

Let's pull this apart in a live session, I think this problem looks bigger than it actually is.

fricklerhandwerk commented on pull request fediversity/fediversity#361 2025-06-18 12:38:07 +02:00
Introduce test for deploying all services via FediPanel

(thunderclap)

fricklerhandwerk pushed to main at fediversity/fediversity 2025-06-18 12:37:50 +02:00
bd1cfd7a7c Introduce test for deploying all services via FediPanel (#361)
fricklerhandwerk merged pull request fediversity/fediversity#361 2025-06-18 12:37:49 +02:00
Introduce test for deploying all services via FediPanel
fricklerhandwerk closed issue fediversity/fediversity#277 2025-06-18 12:37:49 +02:00
integration test panel
fricklerhandwerk commented on issue fediversity/fediversity#390 2025-06-18 12:33:04 +02:00
error on nixops4 apply: attribute 'lib' missing

I'm not entirely sure why we did 1b832c1f5b in the first place. For transitioning away from flakes, we can…

fricklerhandwerk commented on pull request fediversity/fediversity#385 2025-06-17 17:14:47 +02:00
Get rid of the need for deployer.pub

If we keep this line the deployer will be able to push, right? Why are we removing it?

fricklerhandwerk approved fediversity/fediversity#361 2025-06-17 17:14:13 +02:00
Introduce test for deploying all services via FediPanel

Nice, so as a final touch it'd be cool to convert the REVIEW comments to TODO and leave them there to rot until they're annyoing enough to actually fix. Other than that it won't get any better and we can continue developing the use cases. Big yay!

fricklerhandwerk commented on pull request fediversity/fediversity#361 2025-06-17 17:12:45 +02:00
Introduce test for deploying all services via FediPanel

This is a requirement by Django, it needs to be there.

fricklerhandwerk deleted branch model-application from kiara/Fediversity 2025-06-17 17:11:56 +02:00
fricklerhandwerk merged pull request fediversity/fediversity#387 2025-06-17 17:11:54 +02:00
add data model entity: application
fricklerhandwerk pushed to main at fediversity/fediversity 2025-06-17 17:11:54 +02:00
939f9d961d add data model entity: application (#387)
fricklerhandwerk pushed to model-application at kiara/Fediversity 2025-06-17 17:11:17 +02:00
e8ef4575a1 some documentation
fricklerhandwerk pushed to model-application at kiara/Fediversity 2025-06-17 17:10:32 +02:00
11bd8d1f14 some documentation
3e37ddb5b6 test slightly more
Compare 2 commits »
fricklerhandwerk commented on issue fediversity/fediversity#383 2025-06-16 17:32:45 +02:00
panel allows specifying SSH key

Fediversity/Fediversity#384 is a non-essential clean-up task, #314 is not actionable at its size. This here could be an actual user story, we just need to scope…

fricklerhandwerk commented on issue fediversity/fediversity#382 2025-06-16 16:17:51 +02:00
panel nix package allows declaring users

What type of users? Of the panel?

fricklerhandwerk commented on issue fediversity/fediversity#383 2025-06-16 16:16:44 +02:00
panel allows specifying SSH key

That SSH key likely will need to be provisioned when deploying the panel itself. There's [ssh.opts](1cf497c17f/modules/

fricklerhandwerk commented on pull request fediversity/fediversity#307 2025-06-16 16:06:11 +02:00
button works deployed

I meant Fediversity/Fediversity#319, which seems to be somewhat similar in scope and nature.

fricklerhandwerk commented on pull request fediversity/fediversity#381 2025-06-16 16:04:44 +02:00
remove sample secret SECRET_KEY

You can't do that, it's required by Django.