Merge branch 'master' of https://git.zakscode.com/ztimson/kiwixm
This commit is contained in:
7
LICENSE
Normal file
7
LICENSE
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Copyright (c) 2023 Zakary Timson
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
20
README.md
20
README.md
@@ -12,9 +12,9 @@
|
|||||||
A web-based Kiwix management tool to create & upload zims as well as manage non zim files
|
A web-based Kiwix management tool to create & upload zims as well as manage non zim files
|
||||||
|
|
||||||
<!-- Repo badges -->
|
<!-- Repo badges -->
|
||||||
[](https://git.zakscode.com/ztimson/kiwixm/tags)
|
[](https://git.zakscode.com/ztimson/kiwixm/tags)
|
||||||
[](https://git.zakscode.com/ztimson/kiwixm/pulls)
|
[](https://git.zakscode.com/ztimson/kiwixm/pulls)
|
||||||
[](https://git.zakscode.com/ztimson/kiwixm/issues)
|
[](https://git.zakscode.com/ztimson/kiwixm/issues)
|
||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
|
|
||||||
@@ -71,10 +71,9 @@ Kiwix Manager is a comprehensive web-based management interface for Kiwix server
|
|||||||
- [Docker](https://docs.docker.com/install/)
|
- [Docker](https://docs.docker.com/install/)
|
||||||
|
|
||||||
#### Instructions
|
#### Instructions
|
||||||
1. Run the docker image: `docker run -p 3000:3000 -v /path/to/zim/files:/data/zim -v /path/to/archive/files:/data/archive git.zakscode.com/ztimson/kiwixm:latest`
|
1. Run the docker image: `docker run --name kiwix --restart unless-stopped -p 4000:3000 -v /media/library:/data ztimson/kiwixm:latest`
|
||||||
2. Open [http://localhost:3000](http://localhost:3000)
|
2. Open [http://localhost:3000](http://localhost:3000)
|
||||||
3. Access the admin panel at [http://localhost:3000/admin](http://localhost:3000/admin)
|
3. Access the admin panel at [http://localhost:3000/admin](http://localhost:3000/admin)
|
||||||
4. Browse non-ZIM files at [http://localhost:3000/archive](http://localhost:3000/archive)
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@@ -89,16 +88,13 @@ Kiwix Manager is a comprehensive web-based management interface for Kiwix server
|
|||||||
- [Kiwix Tools](https://kiwix.org/en/downloads/kiwix-tools/) (for ZIM file management)
|
- [Kiwix Tools](https://kiwix.org/en/downloads/kiwix-tools/) (for ZIM file management)
|
||||||
|
|
||||||
#### Instructions
|
#### Instructions
|
||||||
1. Clone the repository: `git clone https://git.zakscode.com/ztimson/kiwixm.git`
|
1. Install the dependencies: `npm install`
|
||||||
2. Navigate to the project directory: `cd kiwixm`
|
2. Start the server: `npm run start`
|
||||||
3. Install the dependencies: `npm install`
|
3. Open [http://localhost:3000](http://localhost:3000)
|
||||||
4. Create the required directories: `mkdir -p data/zim data/archive`
|
|
||||||
5. Start the server: `npm run start`
|
|
||||||
6. Open [http://localhost:3000](http://localhost:3000)
|
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Copyright © 2023 Zakary Timson | All Rights Reserved | Available under MIT Licensing
|
Copyright © 2023 Zakary Timson | Available under MIT Licensing
|
||||||
|
|
||||||
See the [license](./LICENSE) for more information.
|
See the [license](./LICENSE) for more information.
|
||||||
|
|||||||
Reference in New Issue
Block a user