|
It's basically like the Google suite of apps or Next Cloud, I have the main app where you can manage your account, backups, etc, and it links to a bunch of other apps, each one living in a subdomain. The apps that already exists are: - Password manager
- Finances
- Contacts
- Account (Backup, Restore, private keys, etc)
- Authenticator (OTP, TOTP)
- Email
- Photos
- Movies (2 parts, one is an IMDB like manager and the other is a Netflix homepage look alike for viewing content)
- Flashcards
- Link tracker And I have the following apps in the development pipeline: - Calendar
- Drive
- Notes
- URL Shortener
- RSS Reader
- Tasks
- Books
- Musics & Podcasts
- Timelines It started just as an MySQL database that I used to track my expenses and budget, later I started also storing passwords in it, quickly I realized that I needed a user interface, then I slapped a bootstrap theme on it (this was back when Angular 1 was all the rage), then it went through many iterations as across the years and the current one started back in 2020, it uses VueJS 3 and used to use ant design, but I had to create my own UI library to accommodate the sheer complexity of the custom UI needed. It runs on a raspberry pi with docker. |
:)