Skip to content

Commit

Permalink
dogemap: fix geoip path again
Browse files Browse the repository at this point in the history
  • Loading branch information
raffecat committed Oct 25, 2024
1 parent 3031ded commit 7afeb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogemap/pup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let

dogemap = pkgs.writeScriptBin "run.sh" ''
#!${pkgs.bash}/bin/bash
cp ${dogemap_upstream}/storage/dbip-city-ipv4-num.csv /storage
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}
'';
in
Expand Down

0 comments on commit 7afeb16

Please sign in to comment.