fix: changed mail text... I should really rewrite this whole project
This commit is contained in:
parent
808cffe61d
commit
6a1cafa8e3
@ -1,6 +1,5 @@
|
|||||||
// author: phga
|
// author: phga
|
||||||
// backend for the portfolio
|
// backend for bs.eeez.de
|
||||||
// docker-compose up -d
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@ -28,7 +27,7 @@ func main() {
|
|||||||
http.HandleFunc("/logout", validateSession(handleLogout, ""))
|
http.HandleFunc("/logout", validateSession(handleLogout, ""))
|
||||||
// provide the inc directory to the useragent
|
// provide the inc directory to the useragent
|
||||||
http.HandleFunc("/static/", validateSession(handleStatic, ""))
|
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))
|
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
|
Username: %s
|
||||||
Password: %s
|
Password: %s
|
||||||
|
|
||||||
Webaccess: https://db.eeez.de
|
Seite zum Zurücksetzen der Datenbank: https://bs.eeez.de
|
||||||
Server: db
|
Datenbank Frontend: https://db.eeez.de
|
||||||
|
|
||||||
|
Info: Auf der Login-Seite bei "Database" müsst ihr nichts eintragen!
|
||||||
|
|
||||||
Liebe Grüße,
|
Liebe Grüße,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user