2022-02-23 00:00:46 -03:00
{
"categories" : [
"Web" ,
"Books" ,
"Tools"
] ,
"description" : "[DEPRECATED] A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser" ,
"env" : [
{
"default" : "1000" ,
"label" : "PUID" ,
"name" : "PUID"
} ,
{
"default" : "1000" ,
"label" : "PGID" ,
"name" : "PGID"
}
] ,
2022-08-21 21:09:22 +01:00
"image_arm64" : "linuxserver/gazee:latest" ,
"image_amd64" : "linuxserver/gazee:latest" ,
2022-02-23 00:00:46 -03:00
"logo" : "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/gazee-logo.png" ,
"name" : "gazee" ,
"officialDoc" : "https://hub.docker.com/r/linuxserver/gazee" ,
"platform" : "linux" ,
"ports" : [
"4243:4242/tcp"
] ,
"restart_policy" : "unless-stopped" ,
"title" : "Gazee" ,
"type" : 1 ,
"volumes" : [
{
"bind" : "/portainer/Files/AppData/Config/Gazee" ,
"container" : "/config"
} ,
{
"bind" : "/portainer/Comics" ,
"container" : "/comics"
} ,
{
"bind" : "/portainer/Files/AppData/Gazee" ,
"container" : "/mylar"
}
] ,
"webpage" : "https://github.com/hubbcaps/gazee"
}