Fully rename Pixeldrain to Nova

This commit is contained in:
2026-06-10 23:53:03 +02:00
parent 3c13cd1a14
commit 7b24a9d8cf
95 changed files with 321 additions and 1989 deletions

View File

@@ -1,23 +1,23 @@
# pixeldrain_web
# nova_web
Web interface for pixeldrain.com
Web interface for Nova.storage
## Running
Clone the repo:
```
git clone git@github.com:Fornaxian/pixeldrain_web.git
git clone git@scm.fornaxian.tech:pixeldrain/fnx_web.git
```
Enter the directory and run main.go with `go run main.go`. It will generate a
configuration file for you. The default configuration serves the web UI on
http://127.0.0.1:8081. It contains a reverse proxy server which sends all API
requests to the production endpoint at https://pixeldrain.com/api. You can log
in with your real pixeldrain account on your development server by going to
requests to the production endpoint at https://nova.storage/api. You can log
in with your real Nova account on your development server by going to
http://127.0.0.1:8081/login.
All except for one of pixeldrain's API endpoints are publicly available. Because
All except for one of Nova's API endpoints are publicly available. Because
of this you can do everything with the locally hosted instance which you can do
with the real site. The one thing which is missing is the view registration on
the file viewer. Views are verified on the server side, this does not work when