All Projects → Tenma-Server → Docker

Tenma-Server / Docker

Licence: other
Tenma Dockerized

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Docker

Gazee
A WebApp for reading your comics. Built in Python on top of CherryPy.
Stars: ✭ 85 (+372.22%)
Mutual labels:  comics
Awesome Piracy
A curated list of awesome warez and piracy links
Stars: ✭ 13,911 (+77183.33%)
Mutual labels:  comics
LANraragi cn
This repo is a fork of Difegue / LANraragi , those things i've done was to translate this repo into chinese ,and fix chrome browser js problem.
Stars: ✭ 147 (+716.67%)
Mutual labels:  comics
Webcomic
Comic publishing power for the web. Turn your WordPress-powered site into a comic publishing platform with Webcomic.
Stars: ✭ 100 (+455.56%)
Mutual labels:  comics
Kotatsu
Manga reader for Android
Stars: ✭ 117 (+550%)
Mutual labels:  comics
Foliate
A simple and modern GTK eBook reader
Stars: ✭ 3,150 (+17400%)
Mutual labels:  comics
Lector
Qt based ebook reader
Stars: ✭ 1,218 (+6666.67%)
Mutual labels:  comics
rfcs
An initiative to structure the world of metadata for Comic Books, Mangas and other graphic novels.
Stars: ✭ 73 (+305.56%)
Mutual labels:  comics
Xkcd Dl
⏬ Download ALL xkcd's which have been uploaded till date. Ever!
Stars: ✭ 138 (+666.67%)
Mutual labels:  comics
LRReader
A feature-complete reader and client for LANraragi
Stars: ✭ 62 (+244.44%)
Mutual labels:  comics
Q comic
一款仿知音漫客的漫画APP
Stars: ✭ 107 (+494.44%)
Mutual labels:  comics
Spittoon
🖼 Sequential-art comic-strip generator written in Ruby which uses RMagick (2005)
Stars: ✭ 109 (+505.56%)
Mutual labels:  comics
Xkcd Open Source
A free and open source xkcd comic reader for iOS.
Stars: ✭ 243 (+1250%)
Mutual labels:  comics
Noboru
Application for PlayStation Vita to read manga or comics
Stars: ✭ 87 (+383.33%)
Mutual labels:  comics
Ichaival
Android client for the LANraragi manga/doujinshi web manager.
Stars: ✭ 89 (+394.44%)
Mutual labels:  comics
Work crawler
Download comics novels 小说漫画下载工具 小説漫画のダウンローダ 小說漫畫下載:腾讯漫画 大角虫漫画 有妖气 知音漫客 咪咕 SF漫画 哦漫画 看漫画 漫画柜 汗汗酷漫 動漫伊甸園 快看漫画 微博动漫 733动漫网 大古漫画网 漫画DB 無限動漫 動漫狂 卡推漫画 动漫之家 动漫屋 古风漫画网 36漫画网 亲亲漫画网 乙女漫画 comico webtoons 咚漫 ニコニコ静画 ComicWalker ヤングエースUP モアイ pixivコミック サイコミ;アルファポリス カクヨム ハーメルン 小説家になろう 起点中文网 八一中文网 顶点小说 落霞小说网 努努书坊 笔趣阁→epub.
Stars: ✭ 1,224 (+6700%)
Mutual labels:  comics
Tenma
Comic book server with in-browser reader
Stars: ✭ 207 (+1050%)
Mutual labels:  comics
react-viewer
Online EPUB/Comics viewer
Stars: ✭ 52 (+188.89%)
Mutual labels:  comics
tachiyomi-1.x
[WIP] 1.x app rewrite
Stars: ✭ 182 (+911.11%)
Mutual labels:  comics
Manga-Scripts
Scripts I use for manga/comic lettering
Stars: ✭ 34 (+88.89%)
Mutual labels:  comics

Tenma Dockerized

Tenma is a digital comic book server. Use this Docker image to get up and running quickly.

Usage

docker create --name=tenma -v </path/to/comic/library>:/tenma/files -v </path/to/config/directory>:/tenma/media -p 8000:8000 hmhrex/tenma

Parameters

  • -v </path/to/comic/library>:/tenma/files - Tenma's library directory.
  • -v </path/to/config/directory>:/tenma/media - Tenma's configuration directory.
  • -p <port>:8000 - This is the mapped port for http access. 8000 is recommended, although anything works here. (i.e. localhost:8000)

Getting set up

  1. Once you've set up your container, go to localhost:8000.
  2. Log in with the default username and password. (It is recommended to change this once you are logged in.)
    • Username: admin
    • Password: Pegasus!
  3. To import your comics, follow the instructions on the wiki

Details

  • To change your password, visit localhost:8000/admin/auth/user/1/change/
  • Using a ComicVine API key isn't required to use Tenma, but it will vastly improve your experience.

Changelog

08.22.17

08.16.17

08.16.17

08.11.17

08.11.17

  • Updated to use v0.1.7-alpha.
  • Persistent media now stored in /tenma/media/.
  • Persistent database now stored in /tenma/media/db.sqlite3.
  • Fix for occasional database timeout on import.

08.07.17

  • Updated to use v0.1.6-alpha.
  • Now generates random SECRET_KEY for security.
  • Persistent database now stored in /files/db.sqlite3.

08.03.17

08.02.17

08.02.17

07.31.17

07.27.17

07.26.17

  • First version. Runs Tenma v0.1-alpha.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].