Skip to content

Commit

Permalink
dogemap: finally working!
Browse files Browse the repository at this point in the history
  • Loading branch information
raffecat committed Oct 25, 2024
1 parent 0ea8f87 commit 8d46f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dogemap/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"container": {
"build": {
"nixFile": "pup.nix",
"nixFileSha256": "b287609fdba2c6bdcac7e55730bea9792150e3c21d8be9b08eb15545ada0a3b2"
"nixFileSha256": "72e3e5c537f9b13fef651029eefc41f4c321ccc8a95abd3b9c8351334139dd7a"
},
"services": [
{
Expand Down
2 changes: 1 addition & 1 deletion dogemap/pup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let
dogemap = pkgs.writeScriptBin "run.sh" ''
#!${pkgs.bash}/bin/bash
cp ${dogemap_upstream}/bin/storage/dbip-city-ipv4-num.csv /storage
${dogemap_upstream}/bin/dogemap --bind ''${DBX_PUP_IP}:8091 --dir /storage --web ${ui} --core ''${DBX_IFACE_CORE_NETWORK_HOST}:''${DBX_IFACE_CORE_NETWORK_PORT} --dogenet ''${DBX_IFACE_DOGENET_WEB_API_HOST}:''${DBX_IFACE_DOGENET_WEB_API_PORT} --identity ''${DBX_IFACE_IDENTITY_WEB_API_HOST}:''${DBX_IFACE_IDENTITY_WEB_API_PORT}
KEY=`cat /storage/delegated.key` ${dogemap_upstream}/bin/dogemap --bind ''${DBX_PUP_IP}:8080 --dir /storage --web ${ui} --core ''${DBX_IFACE_CORE_NETWORK_HOST}:''${DBX_IFACE_CORE_NETWORK_PORT} --dogenet ''${DBX_IFACE_DOGENET_WEB_API_HOST}:''${DBX_IFACE_DOGENET_WEB_API_PORT} --identity ''${DBX_IFACE_IDENTITY_WEB_API_HOST}:''${DBX_IFACE_IDENTITY_WEB_API_PORT}
'';
in
{
Expand Down

0 comments on commit 8d46f25

Please sign in to comment.