You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
There are lots of other things to consider, but these are the things we need to answer first. And yes, we will be supporting multiple managers - we'll be able to split the load that way. See #2 for more on that.
Here's a list of aims to work with..
Right now, we use GitHub for storing packages. This feels hacky and has patchy uptime, with files randomly being served as GitHub 503 pages.
Provide a hosted service for authors to upload, manage and document their packages
Allow Ultros users to download, update and view packages from this service
Provide a private API that we can use to manage the hosted service
Provide a public API that Ultros bots, other applications and other sites can use for informational and data retrieval purposes
Produce the service in such a way that it scales easily
Provide a central control node/service that manages all hosted services
Provide a mechanism to securely add more hosted services to the network
Provide a method that uses the control node to display information and manage the hosted services via the site and API
Provide a control mechanism that can be used via the site, an Ultros bot or another API client
Ensure that all internal communication is secure and that malicious users (read: skids) can't tamper with the data
The text was updated successfully, but these errors were encountered:
There are lots of things to do with this project. This ticket exists to help us plan and outline other tickets to work on separately.
There are lots of other things to consider, but these are the things we need to answer first. And yes, we will be supporting multiple managers - we'll be able to split the load that way. See #2 for more on that.
Here's a list of aims to work with..
The text was updated successfully, but these errors were encountered: