Update README.me

This commit is contained in:
Tech Garage 2024-01-26 14:24:19 +03:30
parent 7d66efde8a
commit 3f618037ad
4 changed files with 22 additions and 14 deletions

View file

@ -2,7 +2,9 @@
**/.dockerignore
**/.env
**/.git
**/.github
**/.gitignore
**/.gitattributes
**/.project
**/.settings
**/.toolstarget
@ -23,5 +25,7 @@
**/secrets.dev.yaml
**/values.dev.yaml
**/*.pdb
**/Photos
LICENSE
README.md
README.md
replaceStringInBranch.sh

3
.gitignore vendored
View file

@ -367,3 +367,6 @@ FodyWeavers.xsd
*.tar
.editorconfig
/replaceStringInBranch.sh
# Github
Photos/

View file

@ -1,6 +1,18 @@
# MTWireGuard - Mikrotik Wireguard Panel
[Installation Instruction](https://mtwireguard.techgarage.ir/)
<p align="center">
<picture>
<img alt="MTWireguard logo" width="400" src="/Photos/logo.png">
</picture>
</p>
<p align="center">
<strong>A powerful GUI to manage your Wireguard.</strong>
</p>
# MTWireGuard - Mikrotik Wireguard Panel
[Installation Instruction](https://mtwireguard.techgarage.ir/)
<p>
<img alt="Screenshot" src="/Photos/screenshot.png">
</p>
## Features added in new version
1. Project redesigned to 3-Layer structure
2. Peer expiration time

View file

@ -1,11 +0,0 @@
@echo off
echo Publish project...
dotnet publish -c Release -o published
echo Publish done!
echo.
echo Build docker image...
docker buildx build --no-cache --platform linux/amd64 -t mtwireguard .
echo Docker image built!
echo Save output file!
docker save mtwireguard > mtwg.tar
echo Finish