mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-16 20:05:17 -06:00
update readme
This commit is contained in:
@@ -41,7 +41,7 @@ curl -fsSL https://raw.githubusercontent.com/mizuchilabs/mantrae/main/install.sh
|
||||
Download the latest release from [releases](https://github.com/mizuchilabs/mantrae/releases) and extract to `~/.local/bin`.
|
||||
|
||||
**Docker (recommended for production):**
|
||||
See the [documentation](https://mizuchi.dev/mantrae/) for Docker setup instructions.
|
||||
See the [documentation](https://mizuchilabs.github.io/mantrae/) for Docker setup instructions.
|
||||
|
||||
### Usage
|
||||
|
||||
@@ -86,7 +86,7 @@ mantrae reset --user username --password newpassword
|
||||
|
||||
## Documentation
|
||||
|
||||
Full documentation is available at [mizuchi.dev/mantrae](https://mizuchi.dev/mantrae/)
|
||||
Full documentation is available [here](https://mizuchilabs.github.io/mantrae/)
|
||||
|
||||
## Screenshot
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ const config: Config = {
|
||||
tagline:
|
||||
"Simple yet powerful Traefik manager, enhanced with advanced features.",
|
||||
favicon: "img/favicon.ico",
|
||||
url: "https://mizuchi.dev/",
|
||||
url: "https://mizuchilabs.github.io/mantrae/",
|
||||
baseUrl: "/mantrae/",
|
||||
trailingSlash: false,
|
||||
organizationName: "mizuchilabs",
|
||||
|
||||
@@ -3,12 +3,12 @@ info:
|
||||
title: Mantrae
|
||||
description: |
|
||||
Mantrae API Documentation
|
||||
For more information, visit [Mantrae Documentation](https://mizuchi.dev/mantrae).
|
||||
For more information, visit the [Documentation](https://mizuchilabs.github.io/mantrae/)
|
||||
version: v1.0.0
|
||||
contact:
|
||||
name: Mantrae Support
|
||||
url: https://mizuchi.dev/mantrae
|
||||
email: admin@mizuchi.dev
|
||||
url: https://mizuchilabs.github.io/mantrae/
|
||||
email: support@mizuchi.dev
|
||||
license:
|
||||
name: MIT
|
||||
url: https://opensource.org/licenses/MIT
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
"openapi": "3.1.0",
|
||||
"info": {
|
||||
"title": "Mantrae",
|
||||
"description": "Mantrae API Documentation\nFor more information, visit [Mantrae Documentation](https://mizuchi.dev/mantrae).\n",
|
||||
"description": "Mantrae API Documentation\nFor more information, visit the [Documentation](https://mizuchilabs.github.io/mantrae/)\n",
|
||||
"version": "v1.0.0",
|
||||
"contact": {
|
||||
"name": "Mantrae Support",
|
||||
"url": "https://mizuchi.dev/mantrae",
|
||||
"email": "admin@mizuchi.dev"
|
||||
"url": "https://mizuchilabs.github.io/mantrae/",
|
||||
"email": "support@mizuchi.dev"
|
||||
},
|
||||
"license": {
|
||||
"name": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user