This commit is contained in:
Korbs 2025-02-20 01:47:01 -05:00
parent 60e6fa9a85
commit 086e539155
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
11 changed files with 289 additions and 55 deletions

View file

@ -4,6 +4,7 @@ A fork of Aptabase Server software, modified to only work with projects using Za
## Changes
- Updated app key generation to use `ZV` instead of `SH`
- Updated the name "Aptabase" to "Zalvena" in some sections
- Updated browserslist
- Updated `node:18` to `over/bun:1` in `Dockerfile`
- Updated the pacakge `@types/node` from `20.8.7` to `22.13.4`
@ -41,6 +42,8 @@ A fork of Aptabase Server software, modified to only work with projects using Za
- Updated the pacakge `rehype-highlight` from `7.0.0` to `7.0.2`
- Updated the pacakge `remark-gfm` from `4.0.0` to `4.0.1`
- Updated the pacakge `sonner` from `1.0.3` to `2.0.0`
- Added `.env.sample`
- Redesigned login screen
- Remote sources removed to make this fork comply with SudoVanilla Umbrella Policy
- Default avatar points to https://md.sudovanilla.org/images/icons/Aptabase.jpg
- Flags point to https://md.sudovanilla.org/images/flags/
@ -51,6 +54,21 @@ A fork of Aptabase Server software, modified to only work with projects using Za
- Removed `/tests/`
- Removed `/tools/`
## Planned Changes
- Revamp emails
- Use SudoVanilla Gateway email template
- Revamp design
- Use Mona Font
- Replace sidebar layout with header
- Replace Tabler icons with Iconoir
- Add SudoVanilla Gateway OpenID Login
- Add new instruction screens
- Remove all traces of Aptabase trademarks, branding, and name to differentiate Zalvena from Aptabase
- Remove all Aptabase Cloud functions including Billing, US/EU Regions, and more
**Maybe**
- Replace usage of React with Astro? 🤔
## License
Aptabase and Zalvena Service is open-source under the [AGPLv3 license](./LICENSE). You can use it for free, but you must share any changes you make to the code.