Extend /api/upload to allow folders #528
Closed
IngwiePhoenix
started this conversation in
Ideas
Replies: 2 comments
-
|
ima just add this in because v4 will take a bit longer to release 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Create a folder on the dashboard, then use its ID within the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am working on a project for my company to store NixOS configurations sent from remote monitoring agents - for this, I would like to be able to organize the various files uploaded into folders.
Consider the following aspects:
$HOSTNAME/etc/nixos/configuration.nix->$(date "...")/configuration.nix/etc/sshd/ssh_host_*->ssh_host_*(deny if exists)$(date "...")subfolder.The aim is to archive successful configratuions for those devices using NixOS'
system.activationScriptsproperty by running cURL to upload the files.I see that folder support exists, but I have no idea how to upload to those folders...
Thanks and kind regards!
/cc @senpro-ingwersenk (thats me, but my work account, so I can track it entirely.)
Beta Was this translation helpful? Give feedback.
All reactions