Ticket created by ~sandro on ~mediagoblin/mediagoblin
According to their own website bower https://bower.io/ is deprecated. Mediagoblin should probably convert to use plain npm/yarn/etc.
Comment by ~sandro on ~mediagoblin/mediagoblin
I just ended up copying the config file to /var/lib/mediagoblin on each systemd service start. You can follow the packaging progress at https://github.com/NixOS/nixpkgs/pull/350578
On Mon, 28 Oct 2024 at 00:26, ~sturm outgoing@sr.ht wrote:
Ticket resolved: CLOSED
Hi ~sandro, did I address your needs here regarding packaging MediaGoblin for NixOS? I'll mark this as resolved for now, but I'd love to hear if that worked for you.
-- View on the web: https://todo.sr.ht/~mediagoblin/mediagoblin/57#event-392615
I just ended up copying the config file to /var/lib/mediagoblin on each systemd service start. You can follow the packaging progress at https://github.com/NixOS/nixpkgs/pull/350578
On Mon, 28 Oct 2024 at 00:26, ~sturm outgoing@sr.ht wrote:
Ticket resolved: CLOSED
Hi ~sandro, did I address your needs here regarding packaging MediaGoblin for NixOS? I'll mark this as resolved for now, but I'd love to hear if that worked for you.
-- View on the web: https://todo.sr.ht/~mediagoblin/mediagoblin/57#event-392615
Hi ~sandro, did I address your needs here regarding packaging MediaGoblin for NixOS? I'll mark this as resolved for now, but I'd love to hear if that worked for you.
Ticket created by ~sandro on ~mediagoblin/mediagoblin
I am currently packaging mediagoblin for NixOS and supplied the mediagoblin.ini config file via the
MEDIAGOBLIN_CONFIG
env and changedDEFAULT.data_basedir
to/var/lib/mediagoblin/user_dev
. This was not propagated properly into all the settings with default in config_spec.ini and some paths like crypto_path still used the value from here instead of my configured one.