mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-23 19:59:21 +01:00
Compare commits
3 Commits
2bd7d59b35
...
d4a558bafe
Author | SHA1 | Date | |
---|---|---|---|
d4a558bafe | |||
62e5fec5db | |||
365905f796 |
@ -662,14 +662,9 @@
|
||||
"Value": 0
|
||||
},
|
||||
"geo.provider.network.url": {
|
||||
"Comment": "See geoclue below.",
|
||||
"Comment_beacondb": "Firefox only sends connected AP that won't work due to _nomap and the server side requires more than one as well. beacondb/beacondb#8",
|
||||
"Comment_positon": "https://github.com/microg/GmsCore/issues/2237#issuecomment-2169193229",
|
||||
"Status": "locked",
|
||||
"Type": "string",
|
||||
"Value": "",
|
||||
"Value_beacondb": "https://api.beacondb.net/v1/geolocate?force_ok=true",
|
||||
"Value_positon": "https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865"
|
||||
"Value": "https://api.beacondb.net/v1/geolocate?force_ok=true"
|
||||
},
|
||||
"geo.provider.use_geoclue": {
|
||||
"Comment": "/etc/geolocation, gpsd and global WPS configuration.",
|
||||
|
@ -1,12 +0,0 @@
|
||||
# https://positon.xyz
|
||||
# WARNING: Not held in high regard by GrapheneOS.
|
||||
# https://grapheneos.org/articles/positon-location-service
|
||||
[wifi]
|
||||
enable=true
|
||||
# https://github.com/microg/GmsCore/issues/2237#issuecomment-2169193229
|
||||
url=https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865
|
||||
# Contributing back
|
||||
submit-data=true
|
||||
submission-url=https://api.positon.xyz/v2/geosubmit?key=74600654-2aec-11ef-aa95-3b7218da6865
|
||||
# Explicitly set just in case of it suddenly becoming $(whoami)
|
||||
submission-nick=geoclue
|
8
pnpm-lock.yaml
vendored
8
pnpm-lock.yaml
vendored
@ -109,10 +109,10 @@ packages:
|
||||
}
|
||||
engines: { node: ">=16.0.0" }
|
||||
|
||||
tslib@2.8.0:
|
||||
tslib@2.8.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==,
|
||||
integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==,
|
||||
}
|
||||
|
||||
snapshots:
|
||||
@ -169,6 +169,6 @@ snapshots:
|
||||
|
||||
sh-syntax@0.4.2:
|
||||
dependencies:
|
||||
tslib: 2.8.0
|
||||
tslib: 2.8.1
|
||||
|
||||
tslib@2.8.0: {}
|
||||
tslib@2.8.1: {}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 740a3766b2b66fef356dab8036dcd52c705683c3
|
||||
Subproject commit d7e6fd15a50e49bc16076dadc2114e5a34976ee6
|
Loading…
Reference in New Issue
Block a user