Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populate list of sites from a feed/API to import #808

Closed
doofusdavid opened this issue Oct 26, 2021 · 2 comments
Closed

Populate list of sites from a feed/API to import #808

doofusdavid opened this issue Oct 26, 2021 · 2 comments
Labels
feature-request Request for new features to be added

Comments

@doofusdavid
Copy link

Hey there! Love this project, and I'm wanting to implement it in our environment.

The Import Backup seems 90% close to what we're looking for. We host a lot of sites. Like 4-500. We maintain a database of all of them which I can use to generate a JSON file that matches your backup. What I'd love is the ability to either monitor a file to auto-update the monitor list, or have a hidden API key I could use to submit the file, bypassing the need to be logged in, and trigger a backup import with the new file I create. Something so that when we have a new site added or deleted, I can have jobs running that would automatically import the newest version of all of our sites.

@doofusdavid doofusdavid added the feature-request Request for new features to be added label Oct 26, 2021
@deefdragon
Copy link
Contributor

API stuff in general is #118 and I think that that is the proper solution to your problem.

Watching a specific file for changes is a bit niche, and a messier solution if you are already planning on having jobs run to update the sites.

@doofusdavid
Copy link
Author

You got it, the API is the proper way!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features to be added
Projects
None yet
Development

No branches or pull requests

2 participants