Skip to content

IvoNet/ivonet-comics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IvoNet Comics website

On this website it is possible to browse and read comics.

Prerequisites

  • Maven 3x
  • Java 1.8+
  • Java EE 7 compatible application server
  • npm
  • bower

Build guide

mvn package -P bower

application.properties

Note that you need to set the rootFolder property to a location where your comics reside.

For the docker container this needs to be set to /comics

Deep clean

mvn clean -P clean

References:

Synology

If you have a docker enabled Synology NAS You can have a lot of fun with this simple website

Just pull 'ivonet/comics' from the registry

  • map the volume YOUR_COMICS_FOLDER to /comics
  • port XXX to 8080 where XXX is a port of your choosing that is not yet in use in your network
  • give the correct rights to the YOUR_COMICS_FOLDER so that the docker container can read from it
  • now go to the IP address of the nas with the XXX port (e.g. http://192.168.1.55:32900)
  • have fun

License

    Copyright 2016 Ivo Woltring <WebMaster@ivonet.nl>
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published