Update flake.lock and obs latlon

pull/4/head
Benjamin Bädorf 2022-11-28 21:24:25 +01:00
parent 2feb393cc1
commit 9adc940d26
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
3 changed files with 15 additions and 14 deletions

View File

@ -10,11 +10,11 @@
]
},
"locked": {
"lastModified": 1663445644,
"narHash": "sha256-+xVlcK60x7VY1vRJbNUEAHi17ZuoQxAIH4S4iUFUGBA=",
"lastModified": 1667210711,
"narHash": "sha256-IoErjXZAkzYWHEpQqwu/DeRNJGFdR7X2OGbkhMqMrpw=",
"owner": "numtide",
"repo": "devshell",
"rev": "e3dc3e21594fe07bdb24bdf1c8657acaa4cb8f66",
"rev": "96a9dd12b8a447840cc246e17a47b81a4268bba7",
"type": "github"
},
"original": {
@ -25,11 +25,11 @@
},
"flake-utils": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
@ -40,11 +40,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1665349835,
"narHash": "sha256-UK4urM3iN80UXQ7EaOappDzcisYIuEURFRoGQ/yPkug=",
"lastModified": 1669542132,
"narHash": "sha256-DRlg++NJAwPh8io3ExBJdNW7Djs3plVI5jgYQ+iXAZQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "34c5293a71ffdb2fe054eb5288adc1882c1eb0b1",
"rev": "a115bb9bd56831941be3776c8a94005867f316a7",
"type": "github"
},
"original": {
@ -75,11 +75,11 @@
]
},
"locked": {
"lastModified": 1665576845,
"narHash": "sha256-MpE+0bMYVog7SRuq0kyEMFbCR4i2htT9KlzD0E/stS4=",
"lastModified": 1669581047,
"narHash": "sha256-qs2VUUCCkWlc+5KvP/Vh2ToLKMkCjAws47bVT6rilG8=",
"ref": "main",
"rev": "9f130ca346aab4938009f575b4bd673d67fb5cd4",
"revCount": 43,
"rev": "341aa68b667a8fb9b77f8af319b7439e82c78793",
"revCount": 53,
"type": "git",
"url": "https://git.greenbaum.cloud/dev/tritonshell"
},

1
openbikesensor-portal/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

View File

@ -44,7 +44,7 @@ FRONTEND_DIR = "../frontend/build/"
FRONTEND_CONFIG = {
"imprintUrl": "https://pub.solar/about",
"privacyPolicyUrl": "https://pub.solar/privacy",
"mapHome": {"zoom": 12, "longitude": 50.93, "latitude": 6.97},
"mapHome": {"zoom": 12, "latitude": 50.93, "longitude": 6.97},
"banner": {"text": "This is a test installation.", "style": "warning"},
}