lite
lite copied to clipboard
Update for Appwrite 1.0
What does this PR do?
Updated this project to work with Appwrite 1.0.
Pending tasks:
- [ ] Add only relevant tests, excluding disabled services
- [ ] Disable Functions on the UI
- [ ] Disable Usage stats screens
- [ ] Add async queue using new utopia/queue and deprecate all workers. (and then remove 7 processes from supervisord)
- [ ] Use SQLite as default database adapter, remove MariaDB and use only a single container
- [ ] Disable Cache layer, less moving parts, no need in Redis
- [ ] Remove Redis? (no cache, queue, scheduler, what about realtime?)
- [ ] Disable audit logs?
- [ ] Disable abuse and rate limits?
- [ ] Enable Let'sEncrypt SSL with Swoole?
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)