Rather than implementing administration functionality directly into pasty (which was intended to be lightweight by default), it could make sense to implement an administration API used to manage the instance.
A new project called pasty-admin could then be deployed if needed. This service would implement the whole administration side (UI, user authentication, report management etc.).
Rather than implementing administration functionality directly into pasty (which was intended to be lightweight by default), it could make sense to implement an administration API used to manage the instance. A new project called
pasty-admin
could then be deployed if needed. This service would implement the whole administration side (UI, user authentication, report management etc.).