-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hey @eznix86
Nice work, liked it, span it up immediately, Nice , so here comes my itch, what is the image made of, de-imaged it...
Then i started to work on adopting it to my own ngnix container, i have to serve multiple site with folder (/SPFT/, /CyberChef/ etc) with one port only or non subpath using different ports.
i came to issues and had to do some changes, like absolute path to relative path ("/..." to "./....") .
Improvements:
It would be nice if there is a version and GitHub link on the UI (maybe on the bottom footer, or the sidebar bottom footer).
For the version also add it on the index.html meta tag or response from url request (like ip:port/version),
Changes i made:
href="/container-hub.svg" >> href="./container-hub.svg"
src="/assets/index-nrVgH3xk.js" >> src="./assets/index-nrVgH3xk.js"
href="/assets/index-tn0RQdqM.css" >> href="./assets/index-tn0RQdqM.css"
fetch("/sources.json") >> fetch("./sources.json")
and nginx location block changes for the proxy to the registry link