lus / pasty

pasty is a fast and lightweight code pasting server
https://pasty.lus.pm
MIT License
200 stars 28 forks source link

Admin API #60

Open lus opened 9 months ago

lus commented 9 months ago

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.).