Duncan X Simpson
133b3ea699
Docker improvements
...
- Create run-onionr-node.sh to parse env and supply args to run-onionr-node.py
- Dockerfile:
- 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
- do not use devnull in run-onionr-node.py
2 years ago
Duncan X Simpson
3a98183fa0
Compare uid not username in create_dirs()
2 years ago
Kevin Froman
8083489110
removed process info from run-onionr-node script
2 years ago
dependabot-preview[bot]
cb2e29ad6e
Bump pdoc3 from 0.9.1 to 0.9.2
...
Bumps [pdoc3](https://github.com/pdoc3/pdoc ) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/pdoc3/pdoc/releases )
- [Changelog](https://github.com/pdoc3/pdoc/blob/master/CHANGELOG )
- [Commits](https://github.com/pdoc3/pdoc/compare/0.9.1...0.9.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2 years ago
dependabot-preview[bot]
6b6a698370
Bump pip-tools from 5.4.0 to 5.5.0
...
Bumps [pip-tools](https://github.com/jazzband/pip-tools ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/jazzband/pip-tools/releases )
- [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jazzband/pip-tools/compare/5.4.0...5.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2 years ago
Kevin Froman
c28e5dea74
Merge branch 'master' of ssh://git.voidnet.tech:/kev/Onionr
2 years ago
Kevin Froman
07d9207808
Fix regression when opening homepage
2 years ago
Kevin Froman
ad91a3222f
show web url every time onionr daemon starts
2 years ago
Kevin Froman
a032782d26
merge readme changes
2 years ago
Kevin Froman
1042676f26
added security mechanisms doc
2 years ago
Kevin Froman
9bf27b345d
improved readme layout
2 years ago
Kevin Froman
8a2d0a635a
accept #1 fixing #31 arm64 build issues
2 years ago
footsiefat
5a0231653f
Added a new ARM64 (Raspberry Pi's for example) patch allowing for proper support now.
2 years ago
footsiefat
e71935fcef
Added a new ARM64 (Raspberry Pi's for example) patch allowing for proper support now.
2 years ago
Kevin Froman
87685fd728
add license to disk ministry
2 years ago
Kevin Froman
d0df62770f
added doc that describes testing
2 years ago
Kevin Froman
e95b75b193
update runtime-result
2 years ago
Kevin Froman
59090b4a03
Merge branch 'master' of git.voidnet.tech:kev/Onionr
2 years ago
Kevin Froman
ab41282fba
Added instructions for generating requirements.txt
2 years ago
kev
d1e4ae6032
Use list for version infos in issue template
2 years ago
kev
b6b941bf9b
Remove i2p and add cpu to issue template for now
2 years ago
Kevin Froman
509e8a290b
don't use hard coded python version number in .env file
2 years ago
Kevin Froman
b267d3028e
bump version to 8.0.2
2 years ago
Kevin Froman
76f1d164e7
+ added basic dev guide
...
* fixes #22
* When restarting from cli, always output to previous process' terminal
2 years ago
Kevin Froman
54f6e3bdc6
Added instructions for generating requirements.txt
2 years ago
Kevin Froman
fd440b8b91
Merge branch 'master' of git.voidnet.tech:kev/Onionr
2 years ago
Kevin Froman
8797bce4fa
don't use hard coded python version number in .env file
2 years ago
kev
b42dc8fbc6
Use list for version infos in issue template
2 years ago
kev
e950f3242e
Remove i2p and add cpu to issue template for now
2 years ago
Kevin Froman
eefcb8ccbe
added basic dev guide
2 years ago
Kevin Froman
f4e37bbf4e
added basic dev guide
2 years ago
Kevin Froman
7dce969eaa
added benchmark for neighbor closeness
2 years ago
Kevin Froman
79b46b62eb
add SO link to err msg when sqlite is not installed
2 years ago
Kevin Froman
314bec0909
move centos install
2 years ago
Kevin Froman
fcc3bd656d
added quickstart guide pdf
2 years ago
Kevin F
4b7be71102
Merge pull request #118 from digitalhuman/patch-1
...
Install on CentOS 7
2 years ago
Kevin Froman
8a722a0911
removed outdated html autogenerated docs
2 years ago
Victor Angelier CCX
797da0aaea
Install on CentOS 7
...
Enjoy!
2 years ago
Kevin Froman
52bffa0aae
update readme
2 years ago
Kevin Froman
0fb5e5df10
remove chat web files
2 years ago
Kevin Froman
ae84d09e8e
* detect stale run file
...
fixes #27
2 years ago
Kevin Froman
80e4562029
Merge branch 'master' of https://git.voidnet.tech/kev/onionr
2 years ago
Kevin Froman
427957b9e8
add all venvs to gitignore and update changelog
2 years ago
Kevin Froman
9d55c62d68
* revert pow to 5
...
* is is_alive in sneakernet observer
* catch subprocess err in 3.9.x (dirty hack) in vanityonionr and block gen
* bump version
2 years ago
Kevin Froman
e36f44f9a1
bump deps
2 years ago
Kevin Froman
57638e73f7
added faq.md
2 years ago
Kevin Froman
5afbed63cf
Merge branch 'bind-args'
2 years ago
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
2 years ago
Kevin Froman
ae359de562
Added custom port and bind address args
2 years ago
dependabot-preview[bot]
2bd58945da
Bump watchdog from 0.10.4 to 1.0.1
...
Bumps [watchdog](https://github.com/gorakhargosh/watchdog ) from 0.10.4 to 1.0.1.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases )
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst )
- [Commits](https://github.com/gorakhargosh/watchdog/compare/v0.10.4...v1.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2 years ago