FicHub/fichub.net
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
FicHub.net is a frontend for generating ebooks from web fiction (fanfic and web serials) based on pre-existing external metadata and content services. This project is licensed under AGPL-3.0-or-later. See the LICENSE file for complete details. # Contact There is an IRC channel ##fichub on Libera.Chat and a discord at https://discord.gg/sByBAhX If you'd like to support iris the creator, they have a patreon: https://www.patreon.com/irides # Setup If you're setting this up for development, please look at the ./dev-docker-compose/README which has simple orchestration for a development environment. There are several additional components needed that are not currently covered by pyproject.toml if you want a fully functioning instance of FicHub, though several of these may be omitted: typescript: used for frontend js sass: used for frontend styling alexandria api access: used to lookup fic metadata and fetch content copy authentications.ex.py to authentications.py and fill in credentials to self host, see https://github.com/FanFicDev/hermes postgres: used to store all metadata If a new database is created for a new instance, the OIL_DB_DBNAME env variable likely needs updated in the run and dump_db scripts. by default the fichub and b_fichub databases are used depending on whether the beta is running elasticsearch: used for search fallback when a fic is not found calibre: used to generate mobi and pdf formats /etc/hosts: elastic.fichub.net is used for the elasticsearch host, or adjust ELASTICSEARCH_HOSTS in es.py cache dir: /mnt/selene_fichub/cache and /mnt/atem_fichub/cache are the default primary and secondary cache directories, or adjust PRIMARY_CACHE_DIR and SECONDARY_CACHE_DIR in ebook.py compiled js dir: /var/www/fichub.net/ and /var/www/b.fichub.net/ are used the target directory for built js and css and can be adjusted in the prod and beta Makefile targets See https://github.com/FicHub/infra-dev if you're interested in using Docker to run a dev instance. # Licensing FicHub.net is a frontend for generating ebooks from web fiction (fanfic and web serials) based on pre-existing external metadata and content services. Copyright (C) 2020-2021 iris 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/>.