diff --git a/flake.lock b/flake.lock index 1745212..a76af0b 100644 --- a/flake.lock +++ b/flake.lock @@ -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" }, diff --git a/openbikesensor-portal/.gitignore b/openbikesensor-portal/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/openbikesensor-portal/.gitignore @@ -0,0 +1 @@ +.env diff --git a/openbikesensor-portal/config.py b/openbikesensor-portal/config.py index ffb9b05..521dd88 100644 --- a/openbikesensor-portal/config.py +++ b/openbikesensor-portal/config.py @@ -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"}, }