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

  • Joined on 2024-06-12
fricklerhandwerk pushed to test-login at fricklerhandwerk/Fediversity 2025-02-19 19:35:52 +01:00
be2df5f681 test login/logout redirection
b6e11c893b bash scripts: snake-case variables, deduplicate $RANDOM, satisfy LSP (#154)
18a14d29ab Fix vm_id -> vmid
797ce362bd Add debug mode to provisioning script
5f29388776 printf + exit -> die
Compare 10 commits »
fricklerhandwerk commented on pull request fediversity/fediversity#141 2025-02-19 18:42:03 +01:00
add simple form, closes #106, #107

This stuff needs to be generated from the data model, not hard coded. One way to do that is to build a model class for services and a component template for displaying a form field for a service, and then simply iterate over each service field in a configuration. We may get fancier later on when services could have their own special configuration options, but let's think about that when we get to there.

fricklerhandwerk commented on pull request fediversity/fediversity#141 2025-02-19 18:42:03 +01:00
add simple form, closes #106, #107

Why would we go back to index? We instead want to show the stored configuration

fricklerhandwerk commented on pull request fediversity/fediversity#141 2025-02-19 18:42:03 +01:00
add simple form, closes #106, #107

Please rebase to main, this is now a list item

fricklerhandwerk commented on pull request fediversity/fediversity#141 2025-02-19 18:42:03 +01:00
add simple form, closes #106, #107

IIRC we wanted a dropdown single-select for the MVP. Later on we could have a workflow to either select from an already registered domain or register a new one. Which is why probably it would make sense to already set up a table for DNS domains. We may discard it later if we have a direct API connection to the DNS management system, or use it for caching.

fricklerhandwerk commented on pull request fediversity/fediversity#141 2025-02-19 18:42:03 +01:00
add simple form, closes #106, #107

We want a service to be a proper class, because it will quickly have much more internal structure than just on/off. For instance we may want to configure the subdomain for a service (as was originally intended in Fediversity/Fediversity#107), or how much storage to reserve for that service, etc.

fricklerhandwerk deleted branch list-nav from fricklerhandwerk/Fediversity 2025-02-19 18:26:09 +01:00
fricklerhandwerk pushed to main at fediversity/fediversity 2025-02-19 18:26:08 +01:00
59122901ce make login link part of global navigation
fricklerhandwerk merged pull request fediversity/fediversity#157 2025-02-19 18:26:07 +01:00
make login link part of global navigation
fricklerhandwerk deleted branch login-as-nav from fricklerhandwerk/Fediversity 2025-02-19 18:25:38 +01:00
fricklerhandwerk pushed to main at fediversity/fediversity 2025-02-19 18:25:37 +01:00
fc586273dc implement login URL as templatetag
fricklerhandwerk merged pull request fediversity/fediversity#156 2025-02-19 18:25:35 +01:00
implement login URL as templatetag
fricklerhandwerk commented on issue fediversity/fediversity#155 2025-02-19 18:25:04 +01:00
Address CI friction between security and caching

Like Nixpkgs or NGIpkgs does it: There's an isolated instance that will run builds on PRs, read-only accessing the main…

fricklerhandwerk commented on issue fediversity/fediversity#129 2025-02-19 18:23:34 +01:00
Way to use terraform providers with NixOps4

What's the criterion to close the issue?

fricklerhandwerk created pull request fediversity/fediversity#157 2025-02-19 15:45:07 +01:00
make login link part of global navigation
fricklerhandwerk created branch list-nav in fricklerhandwerk/Fediversity 2025-02-19 15:44:41 +01:00
fricklerhandwerk pushed to list-nav at fricklerhandwerk/Fediversity 2025-02-19 15:44:41 +01:00
59122901ce make login link part of global navigation
fricklerhandwerk created pull request fediversity/fediversity#156 2025-02-19 15:41:09 +01:00
implement login URL as templatetag
fricklerhandwerk created branch login-as-nav in fricklerhandwerk/Fediversity 2025-02-19 15:41:02 +01:00
fricklerhandwerk pushed to login-as-nav at fricklerhandwerk/Fediversity 2025-02-19 15:41:02 +01:00
fc586273dc implement login URL as templatetag
647d89798e replace nixos wiki link with official one
65782c65ba add debug toolbar
857e1b12f5 add more fresh-start instructions (#151)
6513150abd list goals, actors; add glossary (#132)
Compare 6 commits »