Self-hosted photo gallery social network. Under development
  • Python 99.7%
  • Shell 0.3%
Find a file
2018-07-10 13:18:03 +02:00
src Comment client until we get to it 2018-07-10 13:18:03 +02:00
.gitignore Ignore pyc 2018-05-08 00:07:28 +02:00
.gitmodules Removed client folder from project 2018-07-04 22:09:20 +02:00
.travis.yml Create database for travis 2018-07-04 22:22:17 +02:00
LICENSE Moved license 2018-04-01 23:06:34 +02:00
Pipfile Update pipenv 2018-07-04 22:00:39 +02:00
Pipfile.lock Update pipenv 2018-07-04 22:00:39 +02:00
README.md Update travis badge 2018-07-09 20:12:24 +02:00

Anfora

Build Status

About

This projects aims to create a simple to use self-hosted gallery app with a minimal footprint in the server.

It is being built upon the following technologies:

  • Python 3.6
  • Falcon API framework
  • peewee

Also is in the objectives of this project to create a decentralized social network to share photos. Similar to instagram with the technology used at mastodon.

License

Copyright (C) 2018-? Yábir García Benchakhtir (see AUTHORS.md)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Start services

Start redis

redis-server

Start queue

huey_consumer.py tasks.main.huey -m 1 -w 2

Start server

./start.sh