Skip to content

Commit

Permalink
Update comixed.md (#307)
Browse files Browse the repository at this point in the history
Add tags to the page, fixed admonition, added additional info on the purpose of the role, aligned the final "documentation" footer with the rest of the apps in sandbox. Made the code boxes easier to read.
  • Loading branch information
RaneyDazed authored Sep 19, 2024
1 parent a981c41 commit 8649a4b
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions docs/sandbox/apps/comixed.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
---
hide:
- tags
tags:
- comic
---

# ComiXed

## What is it?

[ComiXed](https://github.com/comixed/comixed) is an application for managing digital comics. It seeks to be the ultimate management tool for digital comic books.
[ComiXed](https://github.com/comixed/comixed) is an application for managing digital comics. It seeks to be the ultimate management tool for digital comic books.

It does the following and more:

- Scrape metadata for comics from various sources, such as ComicVine.
- Update the ComicInfo.xml file within each comic with the current metadata.

It is NOT:

- A comic reading application.

!!!note
By default, the role is protected behind your Authelia/SSO middleware.
Expand All @@ -25,12 +41,17 @@ sb install sandbox-comixed

### 3. Setup

!!!info📢
ComiXed has 2 default users created when you run the role. It is a good idea to change the passwords for each account from the default asap.
!!!info
📢 ComiXed has 2 default users created when you run the role. It is a good idea to change the passwords for each account from the default asap.

```bash
Username: comixedadmin@localhost Password: comixedadmin
Username: comixedreader@localhost Password: comixedreader
``` shell
Username: comixedadmin@localhost
Password: comixedadmin
```

``` shell
Username: comixedreader@localhost
Password: comixedreader
```

- [:octicons-link-16: Documentation](https://github.com/comixed/comixed/wiki){: .header-icons }
- [:octicons-link-16: Documentation: Comixed Docs](https://github.com/comixed/comixed/wiki){: .header-icons }

0 comments on commit 8649a4b

Please sign in to comment.