Kiara Grouwstra kiara · any pronouns
kiara approved fediversity/fediversity#205 2025-02-25 19:47:28 +01:00
Remove unused VMs
kiara commented on pull request fediversity/fediversity#201 2025-02-25 17:23:55 +01:00
deploy fedipanel

it appears my new issue is about not having the PYTHONPATH set, which in the shell seems covered by [inputsFrom = [ package ];](https://git.fediversity.eu/Fediversity/Fediversity/src/commit/4e3

kiara pushed to deploy-panel at kiara/Fediversity 2025-02-25 17:12:03 +01:00
1d4004ccf4 update fedipanel import references
kiara pushed to deploy-panel at kiara/Fediversity 2025-02-25 16:13:33 +01:00
d5264a52a1 panel: override STATIC_ROOT
3354c89503 WIP: deploy fedipanel
4e30363c5f Generate list of machines from machines subdir
2e346d1de7 Move test machines configuration to test-machines directory
c74145fe24 Split machine definitions into subdirectories
Compare 21 commits »
kiara pushed to main at fediversity/fediversity 2025-02-25 16:09:40 +01:00
4e30363c5f Generate list of machines from machines subdir
2e346d1de7 Move test machines configuration to test-machines directory
c74145fe24 Split machine definitions into subdirectories
3f9c174d97 Get rid of the deployment/ directory
f4153a048c Reintroduce test machines deployment
Compare 19 commits »
kiara merged pull request fediversity/fediversity#202 2025-02-25 16:09:39 +01:00
Hardware configuration of machines -- exit `deployment/`
kiara commented on pull request fediversity/fediversity#201 2025-02-25 15:10:34 +01:00
deploy fedipanel

thanks, think i got that one now.

the reported offending dir above is /nix/store/...-python3.12-panel-0.0.0/lib/python3.12/site-packages/static, which matches our [settings.py's `STATIC_ROOT…

kiara pushed to deploy-panel at kiara/Fediversity 2025-02-25 15:02:34 +01:00
d1d25117e0 panel: override STATIC_ROOT
kiara approved fediversity/fediversity#202 2025-02-25 14:10:18 +01:00
Hardware configuration of machines -- exit deployment/

i see mostly red - approved!

kiara commented on pull request fediversity/fediversity#202 2025-02-25 14:03:01 +01:00
Hardware configuration of machines -- exit deployment/

i'll settle for types.ints.between 100 1312 😎

kiara commented on issue fediversity/fediversity#95 2025-02-25 13:06:13 +01:00
Make VM file system configuration a disko module value

correction: oh wait, on disk stuff that did seem only remaining for legacy ones still, never mind 🙈

kiara commented on issue fediversity/fediversity#95 2025-02-25 13:05:29 +01:00
Make VM file system configuration a disko module value

eventually i'd beg to differ in the sense we still gotta manually hard-code a bunch of stuff, but that's blocked on stateful deployment anyways

kiara commented on pull request fediversity/fediversity#201 2025-02-25 13:00:45 +01:00
deploy fedipanel
status: error on read-only file system i'm tryna trace
Feb 25 12:37:52 fedi201 systemd[1]: Starting panel ASGI server...
Feb 25 12:37:53 fedi201…
kiara pushed to deploy-panel at kiara/Fediversity 2025-02-25 12:38:08 +01:00
0665a70b7c WIP: deploy fedipanel
kiara pushed to deploy-panel at kiara/Fediversity 2025-02-25 12:37:23 +01:00
0cf3ffdd2e WIP: deploy fedipanel
kiara commented on pull request fediversity/fediversity#201 2025-02-25 12:35:54 +01:00
deploy fedipanel

maybe @koen has an opinion on what domains we might use internally for the VMs? should we use e.g. fediversity.net both for internal VM sub-domains as well as public-facing demo deployments? or…

kiara commented on issue fediversity/fediversity#143 2025-02-25 12:12:17 +01:00
View difference between configured and deployed state

this gets harder with version updates causing a mismatch between deployed state (unless we automatically do that?) vs config live-updated by the user, see #159

kiara commented on issue fediversity/fediversity#159 2025-02-25 12:09:46 +01:00
Hosting providers can update their operators' deployments

this problem is non-trivial, as breaking changes to modules may imply having to migrate state (/ mappings) accordingly, if not corresponding metadata on our end (e.g. [UISchema](https://rjsf-team

kiara commented on pull request fediversity/fediversity#141 2025-02-25 10:17:55 +01:00
add simple form, closes #106, #107

btw we could squash the migrations