Find a file
2024-02-13 09:27:26 -06:00
resources Stars 2024-02-08 22:03:40 +00:00
static Old Card Color is back 2024-02-13 09:27:26 -06:00
.gitignore Beta development start 2024-02-08 18:30:38 +00:00
config.json More highlighting stuffs 2024-02-13 09:23:54 -06:00
index.js Disc Status 2024-02-12 08:46:49 -06:00
LICENSE asd 2023-09-21 21:18:23 +00:00
package-lock.json Fix image caching. fully. 2024-02-04 14:41:15 -06:00
package.json Fix image caching. fully. 2024-02-04 14:41:15 -06:00
pageUpdater.js Fix highlight override 2024-02-13 08:57:08 -06:00
README.md Finally 2024-02-04 15:05:21 -06:00

Violets-Purgatory

Violet's Purgatory is a website filled to the brim with whatever I feel like adding! Currently, the stable version can be found at https://violets-purgatory.dev and the beta (based on the dev branch) can be found at https://beta.violets-purgatory.dev Although beta probably isn't the right term, dev.violets-purgatory.dev is just kinda ugly :/

The main web page on the site is dynamically generated. To prevent slow loading times, though, the HTML is generated and outputted into a file when nessacary instead of on request! The website will continiously be actively under development until I die.

I have made sure that as much of the site functions as possible without any modifications from me. The website updates with my Discord information, such as my current activities (games and music), my status, and more.

Currently this is done with the Lanyard API, and as much as I appreciate them for their work, I hope to soon move to a Lanyard instance of our own so that we can spare Phineas (amazing developer of Lanyard) of their resources!

Violet's Purgatory is hosted on Railway right now, but there are plans to move to self-hosting.

We also have an API, which can be located at https://api.violets-purgatory.dev, which is currently very under developed, but will continue to have updates for features I see fit.

To-do

  • Stop using Lanyard Web Socket Directly and proxy it through the API (Alternatively, self host the Lanyard API)
  • Cut the main CSS file into multiple so that only the nessacary CSS is loaded (Reduces traffic and loading times)
  • Add image caching instead of using image proxies (keeps the security benefit and decreases loading times)
  • Add code to automatically minify the HTML
  • Add random quotes
  • Seperate Values from the javascript into their own config for readability
  • Add a commit counter