|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
// author: phga
|
|
|
|
|
// backend for the portfolio
|
|
|
|
|
// docker-compose up -d
|
|
|
|
|
// backend for bs.eeez.de
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
@ -28,7 +27,7 @@ func main() {
|
|
|
|
|
http.HandleFunc("/logout", validateSession(handleLogout, ""))
|
|
|
|
|
// provide the inc directory to the useragent
|
|
|
|
|
http.HandleFunc("/static/", validateSession(handleStatic, ""))
|
|
|
|
|
// listen on port 8080 (I use nginx to proxy this local server)
|
|
|
|
|
// listen on port 8080 (I use caddy to proxy this local server)
|
|
|
|
|
log.Fatalln(http.ListenAndServe(":"+config.WebPort, nil))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -178,8 +177,10 @@ Hier sind deine Zugangsdaten (Pack sie am besten gleich in deinen Password-Manag
|
|
|
|
|
Username: %s
|
|
|
|
|
Password: %s
|
|
|
|
|
|
|
|
|
|
Webaccess: https://db.eeez.de
|
|
|
|
|
Server: db
|
|
|
|
|
Seite zum Zurücksetzen der Datenbank: https://bs.eeez.de
|
|
|
|
|
Datenbank Frontend: https://db.eeez.de
|
|
|
|
|
|
|
|
|
|
Info: Auf der Login-Seite bei "Database" müsst ihr nichts eintragen!
|
|
|
|
|
|
|
|
|
|
Liebe Grüße,
|
|
|
|
|
|
|
|
|
|