[APP] Suwayomi (#3494)
* Create docker-compose.yml * Create config.json * Fix version number * Create description.md * Add logo.jpg * Update apps/suwayomi/metadata/description.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update apps/suwayomi/metadata/description.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update apps/suwayomi/metadata/description.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Delete old logo.jpg * Upload correct logo.jpg * Update config.json architecture to include correct arm support --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									bc3cb83cae
								
							
						
					
					
						commit
						d4a97cf5fc
					
				
							
								
								
									
										23
									
								
								apps/suwayomi/config.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								apps/suwayomi/config.json
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,23 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  "name": "Suwayomi",
 | 
				
			||||||
 | 
					  "available": true,
 | 
				
			||||||
 | 
					  "exposable": true,
 | 
				
			||||||
 | 
					  "port": 4567,
 | 
				
			||||||
 | 
					  "id": "suwayomi",
 | 
				
			||||||
 | 
					  "tipi_version": 1,
 | 
				
			||||||
 | 
					  "version": "1.0.0",
 | 
				
			||||||
 | 
					  "categories": [
 | 
				
			||||||
 | 
					    "books",
 | 
				
			||||||
 | 
					    "media"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "description": "A free and open-source manga reader server that runs extensions",
 | 
				
			||||||
 | 
					  "short_desc": "An open-source manga reader server with bundled Web UI",
 | 
				
			||||||
 | 
					  "author": "Suwayomi",
 | 
				
			||||||
 | 
					  "source": "https://github.com/Suwayomi/docker-tachidesk",
 | 
				
			||||||
 | 
					  "form_fields": [],
 | 
				
			||||||
 | 
					  "supported_architectures": [
 | 
				
			||||||
 | 
					    "arm64",
 | 
				
			||||||
 | 
					    "amd64",
 | 
				
			||||||
 | 
					    "arm"
 | 
				
			||||||
 | 
					  ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										15
									
								
								apps/suwayomi/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								apps/suwayomi/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,15 @@
 | 
				
			||||||
 | 
					version: '3.9'
 | 
				
			||||||
 | 
					services:
 | 
				
			||||||
 | 
					  suwayomi:
 | 
				
			||||||
 | 
					    image: ghcr.io/suwayomi/tachidesk:v1.0.0
 | 
				
			||||||
 | 
					    container_name: suwayomi
 | 
				
			||||||
 | 
					    environment:
 | 
				
			||||||
 | 
					      - TZ=${TZ}
 | 
				
			||||||
 | 
					      - BIND_IP=0.0.0.0
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
 | 
					      - ${APP_DATA_DIR}/data:/home/suwayomi/.local/share/Tachidesk
 | 
				
			||||||
 | 
					    ports:
 | 
				
			||||||
 | 
					      - ${APP_PORT}:4567
 | 
				
			||||||
 | 
					    restart: unless-stopped
 | 
				
			||||||
 | 
					    networks:
 | 
				
			||||||
 | 
					      - tipi_main_network
 | 
				
			||||||
							
								
								
									
										16
									
								
								apps/suwayomi/metadata/description.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								apps/suwayomi/metadata/description.md
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,16 @@
 | 
				
			||||||
 | 
					# What is Suwayomi?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					A free and open-source manga reader server that runs extensions built for [Tachiyomi](https://tachiyomi.org/).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Suwayomi is an independent Tachiyomi compatible software and is **not a Fork of** Tachiyomi.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Suwayomi-Server is highly multi-platform. Any platform that runs Java and/or has a modern browser can run it, including Windows, Linux, macOS, Chrome OS, etc.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Here is a list of current features:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Adding repositories for manga sources
 | 
				
			||||||
 | 
					- A library to save your mangas and categories to put them into
 | 
				
			||||||
 | 
					- Searching and browsing installed sources
 | 
				
			||||||
 | 
					Ability to download manga for offline reading
 | 
				
			||||||
 | 
					- Backup and restore support powered by Tachiyomi-compatible Backups
 | 
				
			||||||
 | 
					- Viewing latest updated chapters.
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								apps/suwayomi/metadata/logo.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								apps/suwayomi/metadata/logo.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 23 KiB  | 
		Loading…
	
		Reference in New Issue
	
	Block a user