Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kunihir0 Aidoku Sources

This repository hosts a collection of high-quality sources tailored for the Aidoku app.

Overview

The sources in this repository are built automatically using GitHub Actions. The build process packages the source extensions and generates a repository manifest (index.min.json) that can be added directly to your Aidoku application.

This repository also contains a modern, beautiful landing page serving the source list so users can easily browse and add the repository with a single click.

Usage

To use these sources, simply add the repository to your Aidoku app:

  1. Visit the Source List Website (adjust URL if different).
  2. Click the "Add Repository to Aidoku" button.

Alternatively, you can manually add this URL as a source list in Aidoku: https://kunihir0.github.io/aidoku-sources/index.min.json

Adding New Sources

To add a new Aidoku source:

  1. Add the source repository as a Git submodule under the sources/ directory.
    git submodule add <repository-url> sources/<source-name>
  2. Commit and push the changes. The GitHub Action will automatically build and deploy the new source.

Updating Sources

If a source has been updated in its own repository, you can pull the latest changes into this repository using the following command:

# Update a specific source
git submodule update --remote sources/<source-name>

# Update ALL sources at once
git submodule update --remote --merge

After updating, commit the changes and push to main to trigger a new build.

Contributing

  1. Fork the repository.
  2. Add your new source as a submodule under the sources/ directory.
  3. Submit a Pull Request with your changes.

Make sure the source compiles successfully with Aidoku before submitting.

License

Please refer to the individual source submodules for licensing information.

About

collection of en sources that arent provided in the community repo

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages