https://github.com/gotz1480/chat-livre-sem-censura
A simple webchat made with PHP, resistant to censorship and devoted to free-speech.
https://github.com/gotz1480/chat-livre-sem-censura
php-chat php-chat-app
Last synced: about 1 month ago
JSON representation
A simple webchat made with PHP, resistant to censorship and devoted to free-speech.
- Host: GitHub
- URL: https://github.com/gotz1480/chat-livre-sem-censura
- Owner: gotz1480
- License: gpl-3.0
- Created: 2022-11-30T19:37:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T06:20:21.000Z (over 2 years ago)
- Last Synced: 2025-04-04T13:13:19.182Z (about 2 months ago)
- Topics: php-chat, php-chat-app
- Language: JavaScript
- Homepage: http://taumkejpqvsbktzypxhikvphnlhevarxkoee2hdrfswzdfbrnekdxxad.onion/
- Size: 43.9 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chat-livre-sem-censura
A simple webchat made with PHP, resistant to censorship and devoted to free-speech.## Mirrors (Onion)
http://taumkejpqvsbktzypxhikvphnlhevarxkoee2hdrfswzdfbrnekdxxad.onion/
## Install requirements (Debian)
`sudo apt-get install php`
## Running locally
`make run`
## Running on Docker
`make up`
## Running on Tor (Debian)
- Install tor:
`sudo apt-get install tor`
- Edit `/etc/tor/torrc` file and add the following lines
```
HiddenServiceDir /var/lib/tor/simple-webchat
HiddenServicePort 80 127.0.0.1:8000
```- Restart Tor service
`sudo service tor restart`
- Initialize webserver
`make run`
- Initalize Tor
`tor`
- Check for .onion URL
`cat /var/lib/tor/simple-webchat/hostname`