Onionr/src/apiservers/private
Kevin Froman c44d6624ff correct yt link
Docker improvements

- Run onionr by default rather than bash
- Run as unprivileged user by default instead of root
- Use /app for all code
- Specify python 3.7 (3.8 fails to build cffi)
- Use apt-get rather than apt (apt's CLI is not stable)
- Slight reformatting and consolidation

Added custom port and bind address args
2020-12-16 04:46:46 +00:00
..
README.md renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
__init__.py correct yt link 2020-12-16 04:46:46 +00:00
register_private_blueprints.py - Removed direct connections (will be a different project in the future) 2020-11-21 05:31:19 +00:00

README.md

Private API Server

Private API server, used to access the web interface locally and control Onionr

Files

  • __init__.py: Sets up the server and a few misc functions
  • register_private_blueprints.py: Adds in flask blueprints for various sub-APIs