There was an error while loading. Please reload this page.
1 parent c454a3c commit e2dfd77Copy full SHA for e2dfd77
start.sh
@@ -0,0 +1 @@
1
+webservice python3.7 start
stop.sh
+webservice stop
www/python/src/app.py
@@ -30,6 +30,7 @@
30
'GlobalContribs': lambda x: 'https://tools.wmflabs.org/guc/index.php?user=%s&blocks=true' % x,
31
'ProxyChecker': lambda x: 'https://ipcheck.toolforge.org/index.php?ip=%s' % x,
32
'Geolocation': lambda x: 'https://whatismyipaddress.com/ip/%s' % x,
33
+ 'Bullseye': lambda x: 'https://bullseye.toolforge.org/ip/%s' % x,
34
}
35
36
geolite_file = '/data/project/'+PROJECT+'/GeoLite2-City_20201013/GeoLite2-City.mmdb'
0 commit comments