Skip to content

Posting articles anonymously to Facebook Pages has never been so easy.

License

Notifications You must be signed in to change notification settings

BirkhoffLee/AnonyPages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image Layers Docker Pulls Build Status

Posting articles anonymously to Facebook Pages has never been so easy.

Notice

This project is no longer being maintained and if you are interested in improving it, I'll really appreciate it. If you want to, simply open your pull requests to the modifications and I will make you a collaborator. Thanks!

Deployment

I strongly recommend deploying using Docker.

I usually run a website on Docker with jwilder/nginx-proxy, and I recommend you to use it too. So simply modify the configuration file, re-name it to config.coffee and run the following commands to launch AnonyPages:

$ docker run -d -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock:ro jwilder/nginx-proxy
$ touch /path/to/blacklist.list
$ docker run -itd -P -v /path/to/config.coffee:/var/www/AnonyPages-master/src/config.coffee:ro -v /path/to/blacklist.list:/var/www/AnonyPages-master/src/blacklist.list -e "VIRTUAL_HOST=DOMAIN_1(,DOMAIN_2,...)" birkhofflee/anonypages

For wildcard hosts please check this out: https://github.com/jwilder/nginx-proxy/blob/master/README.md#wildcard-host.

The first post will fail to post due to an unknown bug in AnonyPages, please manually post the first post using the format as below:

#{YOUR_HASHTAG_HERE}1
blablablabla

For example, if your hashtag is apple, you will need to post this to your page manually:

#apple1
blablablabla

Blocking A Facebook User

Open /addBlacklist/<YOUR_ADMIN_KEY>/<HASH>

Unblocking A Facebook User

Open /removeBlacklist/<YOUR_ADMIN_KEY>/<HASH>

Contributing

Only one rule: Test before submitting a pull request.

Security Reports

Please contact admin@birkhoff.me.

License

See LICENSE.