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

  • Joined on 2024-06-12
fricklerhandwerk commented on issue fediversity/fediversity#189 2025-03-24 23:50:22 +01:00
Wire up passing credentials from FediPanel to the Mastodon configuration

@kiara wrote in Fediversity/Fediversity#189 (comment):

edit: allegedly the nix service [does limit mastodon to single-user](https://www.reddit.com/r/N

fricklerhandwerk commented on pull request fediversity/fediversity#270 2025-03-24 09:41:05 +01:00
remove the enable field, seemingly a remnant of #236

No, the idea was to be able to turn off the entire deployment, which IMO should be the initial state after registering an account.

fricklerhandwerk approved fediversity/fediversity#269 2025-03-24 09:40:10 +01:00
refactor variables

Apart from the @args thing this is the right thing to do, thanks!

fricklerhandwerk commented on pull request fediversity/fediversity#269 2025-03-24 08:48:07 +01:00
refactor variables

Removing that doesn't work to preserve default values (see the warning at the end of the Functions section in the Nix manual on that matter)

fricklerhandwerk deleted branch htmx from kiara/Fediversity 2025-03-24 08:41:20 +01:00
fricklerhandwerk pushed to main at fediversity/fediversity 2025-03-24 08:41:19 +01:00
f8ac63853c source htmx by nix (#268)
fricklerhandwerk merged pull request fediversity/fediversity#268 2025-03-24 08:41:18 +01:00
source htmx by nix
fricklerhandwerk deleted branch clean-shebang-manage-py from kiara/Fediversity 2025-03-24 08:38:17 +01:00
fricklerhandwerk pushed to main at fediversity/fediversity 2025-03-24 08:38:16 +01:00
af18b39b63 clean up shebang of manage.py (#271)
fricklerhandwerk merged pull request fediversity/fediversity#271 2025-03-24 08:38:15 +01:00
clean up shebang of manage.py
fricklerhandwerk approved fediversity/fediversity#268 2025-03-24 08:35:40 +01:00
source htmx by nix

Added a gitignore so we don't leave store paths lying around

fricklerhandwerk pushed to htmx at kiara/Fediversity 2025-03-24 08:34:37 +01:00
d9a6ec97d8 gitignore htmx in shell
fricklerhandwerk commented on pull request fediversity/fediversity#267 2025-03-20 14:14:40 +01:00
WIP: online deploy button

Please add a comment why this is needed. IIUC this is because nixops4 calls through to the Nix evaluator, and that expects a home directory to exist because... legacy.

fricklerhandwerk pushed to online-nix-bin at kiara/Fediversity 2025-03-20 13:11:24 +01:00
de33e888c7 fix typo
fricklerhandwerk pushed to online-nix-bin at kiara/Fediversity 2025-03-20 13:10:03 +01:00
658fa7ff60 add TODO, reformat
fricklerhandwerk commented on pull request fediversity/fediversity#265 2025-03-20 12:06:34 +01:00
panel service: set NIX_BIN

You need to leave that though, how else it is supposed to work in the devshell?

fricklerhandwerk commented on pull request fediversity/fediversity#265 2025-03-20 11:05:20 +01:00
panel service: set NIX_BIN

Please rebase to make use of the new CI tests.

fricklerhandwerk pushed to main at fediversity/fediversity 2025-03-20 11:03:01 +01:00
ce5126c0fa add CI tests for the panel