privexinc Privex Inc. #PrivacyMatters We're a cloud services company that cares about your privacy. Belize City, Belize
I hereby claim:
- I am privex on github.
- I am privexinc (https://keybase.io/privexinc) on keybase.
| { | |
| "listen_endpoint": "0.0.0.0:2001", | |
| "accept_incoming_connections": true, | |
| "wait_if_endpoint_is_busy": true, | |
| "private_key": "0000000000000000000000000000000000000000000000000000000000000000", | |
| "desired_number_of_connections": 100, | |
| "maximum_number_of_connections": 200, | |
| "peer_connection_retry_timeout": 30, | |
| "peer_inactivity_timeout": 5, | |
| "peer_advertising_disabled": false, |
| #!/usr/bin/env bash | |
| ########################################## | |
| # | |
| # Hivemind + Jussi Restarter Script | |
| # | |
| # (C) 2020 Someguy123 ( www.privex.io ) | |
| # License: MIT/X11 | |
| # | |
| ########################################## |
| ####################### | |
| # | |
| # Hive RPC Nginx Config with health endpoint's for Hivemind, Full / Fat Node + Acc Hist | |
| # | |
| # (C) 2020 Privex Inc. + Someguy123 | |
| # https://www.privex.io https://peakd.com/@someguy123 | |
| # | |
| ####################### | |
| # Dirty Hack. Causes nginx to retry jussi |
| #!/usr/bin/env python | |
| # | |
| # Electrum - lightweight Bitcoin client | |
| # Copyright (C) 2012 [email protected] | |
| # | |
| # Permission is hereby granted, free of charge, to any person | |
| # obtaining a copy of this software and associated documentation files | |
| # (the "Software"), to deal in the Software without restriction, | |
| # including without limitation the rights to use, copy, modify, merge, | |
| # publish, distribute, sublicense, and/or sell copies of the Software, |
| /** | |
| * Dark Cryptofolio.info Theme | |
| * Written by Someguy123 ( https://github.com/Someguy123 ) | |
| * License: X11 / MIT | |
| */ | |
| body { | |
| background-color: #3c3c3c; | |
| } |
| #!/usr/bin/env python3.8 | |
| """ | |
| # ------------------------------------------------------ | |
| # | |
| # Hive/Steem RPC get_block benchmarker | |
| # Written by Someguy123 (github.com/Someguy123) | |
| # | |
| # (C) 2020 Someguy123 / Privex || License: X11 / MIT | |
| # Buy a server from Privex! https://www.privex.io | |
| # |
| # The Caddyfile is an easy way to configure your Caddy web server. | |
| # | |
| # Unless the file starts with a global options block, the first | |
| # uncommented line is always the address of your site. | |
| # | |
| # To use your own domain name (with automatic HTTPS), first make | |
| # sure your domain's A/AAAA DNS records are properly pointed to | |
| # this machine's public IP, then replace the line below with your | |
| # domain name. | |
| :80 |
| #!/usr/bin/env bash | |
| ############################################################################################ | |
| # Linux Kernel Commandline Parsing Shellscript Functions | |
| # | |
| # These functions have been written in a way that they should be compatible | |
| # with almost any "standard" UNIX/Linux shell, including: sh, bash, ash, dash, zsh | |
| # | |
| # They are designed to be sourced from (or copy pasted into) another shellscript, | |
| # and used to parse / query the Linux kernel commandline ( /proc/cmdline ), or strings | |
| # which use a similar key=value format. |
privexinc Privex Inc. #PrivacyMatters We're a cloud services company that cares about your privacy. Belize City, Belize
I hereby claim:
| ############################ | |
| # Excerpt of /etc/caddy/Caddyfile from Privex Inc's Synapse server ( matrix.privex.io / privex.io ) | |
| # Released under X11 / MIT License | |
| # (C) 2021 Privex Inc. - Affordable + Privacy friendly server hosting at https://www.privex.io | |
| ############################ | |
| matrix.privex.io, se1.matrix.privex.io { | |
| root * /var/www/html | |
| # Enable the static file server. | |
| file_server | |
| # We hardcode the JSON into the .well-known routes for convenience and fast responses |