This website works better with JavaScript.
Explore
Help
Sign In
kev
/
Onionr
Watch
1
Star
0
Fork
You've already forked Onionr
0
Code
Issues
24
Pull Requests
Projects
Releases
2
Wiki
Activity
Private Decentralized Communication Network
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2094
Commits
12
Branches
19
Tags
20 MiB
Tag:
Branch:
Tree:
133b3ea699
database-single-object
docker-indexerror-fix
easy-releases
integrate-new-blocks
python39
refactorinsert
removeui
upload-fix
username-system
vdf
wot
wot-crypto
0.0.0
0.0.1
4.0.0
5.0.0
release-5.0.0
release-5.0.1
release-5.1.0
release-6.0.0
release-6.1.0
release-6.1.1
release-6.2.0
release-6.3.0
release-7.0.0
release-7.1.0
release-7.2.0
release-8.0.0
release-8.0.1
release-latest
v0.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '133b3ea699'
${ noResults }
Onionr
/
.dockerignore
7 lines
69 B
Raw
Normal View
History
Unescape
Escape
+ onionr now introduces automatically + added daemon tools file + added .dockerignore
5 years ago
onionr/data/**/*
onionr/data
* cache pip requirements in dockerfile * import blacklist into core + began work on blacklist command * work on blacklist module * modified dockerignore
5 years ago
MY-RUN.sh
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
Dockerfile
.dockerignore
.git