Ikaros [Ίκαρος], Dedicated to ACGMN's Content Management System (CMS).
ACGMN stands for: Anime + Comic + Game + Music + Novel
Quick Start
docker run \
-it -d \
--name ikaros \
-p 9999:9999 \
-v ~/.ikaros:/root/.ikaros \
ikarosrun/ikaros:v0.11.5 \
--ikaros.security.initializer.master-username=tomoki \
--ikaros.security.initializer.master-password=tomoki
The console path is /console.
The default port is 9999, and the default username and password are controlled by the above two parameters. If not specified, the default username is tomoki, and the password will be printed in the logs (only printed on the first run).
The above is for demonstration purposes only. For detailed deployment instructions, please refer to: Deploying with Docker Compose
Plugins
A collection of plugins can be found in this repository: https://github.com/ikaros-dev/awesome
Videos
- Feature Preview video: https://www.bilibili.com/video/BV1Uw411B7o6/
- Installation Video: https://www.bilibili.com/video/BV1zr4y1R7aQ/
Brief Help
- To open global search, press
Ctrl+K.
License
Ikaros is open-sourced under the AGPL-v3.0 license. Please comply with the open-source license.
Contribution
Refer to CONTRIBUTING.