You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
.. | ||
interverse-proxy.py | 8 months ago | |
readme.md | 8 months ago | |
simple_cache.py | 8 months ago | |
start.sh | 8 months ago |
readme.md
Interverse-proxy
A very simple flask server that caches interverse requests
Endpoints:
Both require an url
parameter
example.com
for example
/inital
Returns the data from a specified site. Searches the following locations:
-
/.well-known/interverse
-
/interverse.json
-
/.well-known/discover.json
(for Discover compatibility)Has to change
preview_connections
intoconnection_groups
/complete
Returns initial in the main
object then connection data in the connections
object
Running
The server can be run with uwsgi with start.sh