| 30 Apr 2023 |
emily | In reply to @obsidianical:matrix.org okay that indeed fixes it, thanks awesome :) | 16:21:49 |
@obsidianical:matrix.org | thanks! :) | 16:21:55 |
@obsidianical:matrix.org | hi again, is it possible to insert a secret into for example an extraConfig string? i'm using flakes so just simply inserting a string isn't possible, and the mediawiki oidc plugin doesn't support a path for the client secret | 19:19:55 |
hexa | can you show how you set up that plugin? | 19:22:01 |
hexa | also not really a colmena question 🙂 | 19:22:17 |
@obsidianical:matrix.org |  Download clipboard.png | 19:22:36 |
@obsidianical:matrix.org | In reply to @hexa:lossy.network also not really a colmena question 🙂 well, i was hoping there might be a special way to dynamically insert a string or something that might just not be documented or sth, wouldn't have been the first time lol | 19:23:10 |
hexa | haha, ok. so | 19:23:33 |
@obsidianical:matrix.org | (not with colmena specifically that i know of, but i've seen that quite often with other tools and i'd say it's worth a try generally) | 19:23:36 |
hexa | extraConfig is just php, so you can fopen things | 19:23:42 |
hexa | or file_get_contents, as you tried | 19:23:53 |
@obsidianical:matrix.org | i know, as you can see with me trying that hack | 19:23:52 |
@obsidianical:matrix.org | which doesn't work | 19:24:00 |
@obsidianical:matrix.org | pasting in the raw key string works, but i intend to make the repo public | 19:24:15 |
hexa | you could add an EnvironmentFile to the systemd unit and read from the environment | 19:24:23 |
hexa | and use getenv() instead | 19:24:46 |
hexa | or use LoadCredential on the unit, and read from $CREDENTIALS_ROOT | 19:25:23 |
@obsidianical:matrix.org | gonna try the environment var thing | 19:30:06 |