Gitea git server - Tor Hidden Service
Go to file
RightToPrivacy 53bc276f77 Update 'README.md' 2022-07-26 16:25:43 -04:00
README.md Update 'README.md' 2022-07-26 16:25:43 -04:00
default Update 'default' 2021-11-29 15:49:56 -05:00
install.sh Update 'install.sh' 2021-05-18 15:46:30 -04:00
onion Add 'onion' 2021-05-18 15:43:11 -04:00

README.md

Hello! Everyone is very welcome to make accounts on this Gitea Onion server to host / upload projects, scripts, code, create your own wiki's to share (anonymously) with the world (for most this is the much safer (and cheaper - free) option than trying to run their own server).

Please see http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion/RightToPrivacy/Gitea-Onion_WELCOME_GET_STARTED to learn more about git hosting on Tor.

For anyone who rather create their own server, I provide a couple tips to get started here.

Apply good practices if you attempt to setup your own. This repository does NOT cover hardening. Merely a place to start, shared with you.

Originally posted at free/open/anonymous Tor Hidden Service Gitea server (everyone welcome to sign up, host wiki/code [upload limit to max couple GB if using git hosting: it's more than most offer, and helps conserve for future projects and users, as well as takes off server load. thank you. Thanks for understanding]).


CONTACT/LINKS:

Cashapp: $HumanRightsTech

Gitea Onion: http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion

Blog/Extras: https://www.buymeacoffee.com/politictech/posts (updated frequently and most posts are public for all)

Backup Blog (not as updated as above): https://politictech.wordpress.com

VIDEO CHANNELS:

Odysee: https://www.odysee.com/@RTP (if you do not have an odysee account consider using my invite link to help me out: https://odysee.com/$/invite/@RTP:9 )

Youtube: https://www.youtube.com/channel/UChVCEXzi39_YEpUQhqmEFrQ

Peertube: https://tube.tchncs.de/accounts/rtp_tips/video-channels

BITCHUTE: https://www.bitchute.com/channel/yourprivacytv


UNDERLYING SOFTWARE LINKS (not affiliated but appreciative of):

Gitea software by (unaffiliated) Gitea Project: https://gitea.io/en-us/

Underlying Tor Hidden Service protocol aspects credits go to Tor Project (No affiliation): https://www.torproject.org

[A work in progress: notify on problems]

PREREQUISITE/REQUIREMENTS:

  • Standard Gitea server running on port 3000 and running port 80 NGINX webserver
  • Setup Gitea Server after
  • iptables to block access outside Tor Hidden Service (.onion)

RECOMMENDATION:

  • iptables-persistent (to store/save iptables rules)

INSTRUCTIONS:

1.) Clone the repository or extract its contents into a directory.

2.) cd into the directory.

3.) chmod +x install.sh

4.) check to make sure the variables in install.sh match your webserver install (NGINX based)

5.) sudo install.sh

6.) Edit your Gitea app.ini file to match your onion address/needs ---

You may choose to add the following to app.ini configuration (may change in updates):

[mirror]
DISABLE_MIRRORS = true

[webhook]
PROXY_URL:socks://127.0.0.1:9150
PROXY_HOSTS:**

(above for proxying webhooks through Tor)

Any issues, please file issue. This is initial script, testing needed. Improvements will come.

righttoprivacy[at]tutanota.com

LINKS:

Gitea Project Official Page (no affiliation): https://docs.gitea.io/en-us/

Tor Project: https://www.torproject.org

Thanks to Tor Devs for their dedication to privacy for all and Gitea devs for wonderful git platform software.

Important to give back to open software projects by sharing and contributing wherever we can.