From 700eb8806142cb2122d7b31b368401dfdddc658a Mon Sep 17 00:00:00 2001 From: rune Date: Sun, 16 Apr 2023 18:46:18 +0200 Subject: [PATCH] Added readme, license --- LICENSE | 7 +++++++ README.md | 29 +++++++++++++++++++++++++++++ mit.png | Bin 0 -> 1202 bytes requirements.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 81 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 mit.png create mode 100644 requirements.txt diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3fb2487 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright <2023> + +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. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e5ccbc --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# DDNS + +_malias_ is a helper for mailcow instances. You can create, delete, search and list aliases. + +## Installation + +Download the latest relase from https://gitlab.pm/rune/malias/releases. Unzip and move to a folder in you path (ease of use). You can also rename the file ```malias.py``` to just ```malias``` and make the file executable with ```chmod +x malias```. To install required python modules run ```pip3 install -r requirements.txt``` + +## Usage + +For instructions run + +```bash +malias -h +``` + +## Contributing + +Pull requests are welcome. For major changes, please open an issue first +to discuss what you would like to change. + +## Support + +If you found a bug or you have suggestion for new features create an issue. + + +## License + +[](https://gitlab.pm/rune/ddns/src/branch/main/LICENSE.md) diff --git a/mit.png b/mit.png new file mode 100644 index 0000000000000000000000000000000000000000..4d17d130d8c9d49b8cfb9a0e45e43a778b966a00 GIT binary patch literal 1202 zcmV;j1Wo&iP)_M7fnNcM zviuBu47?X9c-#^H>3|P`uYgMcCXT1f$%COmNm`o-_g!T1x6h&cpc$fzd9 zmG16t2?m1^!TS{m1f;XGQw#=!X5ts%VkCGf@H-$@t5v3^rj8BXukrD5u~;mciK(Mz zA|7}Mh}~|Nm6eruhHF}0UJfFRz-2~*?wQHva7ZC{tgHl>rs+stl-FFcOEC8209uLLE#k_F4 zS#-I`sH!5Xv5`fWix+M;7N?WT_4Ul%xx>n%M_jJ2$KrJ2yM3G0XV1uLY$T(qiuvAN zw%67Uykm22F3$r2u3o(gFbm`YH~`7Z%iDA6ZEKS*kddY)5fSk;H%k|Yr@2`~L`IsL zqzlB`)+Qn%KQ%T=7szx+hlq&$P*5OUaG;FcxFI4UnVFf|Ead2cT7bH`y2ExyL?v6T zB-?E05)uH&sHnh{lXIY5dPxZYwY9ahx3>e->VZmtii(Pu4LDj`akRGX{Vu&W(% zm6e)-N*!0&nUF46&;0Bd2kjiz{mfkd;J zc!S|YpqrbUT6JEJdS;(rSXjVjvxV(Y)Y3vxOUr@h!JVC$3@D1CRsYZdPXI2S`XxjtQ(Ogw?MDMuFE86BGD+J^=JdNhF%h=#9p(0g}?v zNVeHXJa-NNqtS@jY{rnJo-g_{XVf*5n0TPC*Xw0=b{1d}HFpHy8$cQw8cy{v5)pAa zo!V#k%TQzQ1OB+UI2jrmIyJc4?bhI{sM**5bQ2JZ#Ue{fOD7Ij6h+e0(=`L1g?qII zU>uN=k`me4+Bz|~-|v@#f&vZx7)S`axBv_A5)g;OaUwIJD2fyo7HaTCApJ17CI_$# z$b}0RWN>gWX1Lq!mbA3A&@?PB5?s?oz_Z&?YHDg^a&j_iu*c&GUF`x41Lwnmj=Gu| zQ1iAgP;W})=H^mUQ$u-qId;39l#~>zW@LL literal 0 HcmV?d00001 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5d974a7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,45 @@ +aiohttp==3.8.4 +aiosignal==1.3.1 +async-timeout==4.0.2 +attrs==22.2.0 +bleach==6.0.0 +build==0.10.0 +certifi==2022.12.7 +cffi==1.15.1 +charset-normalizer==3.1.0 +click==8.1.3 +docopt==0.6.2 +docutils==0.19 +frozenlist==1.3.3 +gpg==1.19.0 +idna==3.4 +importlib-metadata==6.1.0 +jaraco.classes==3.2.3 +keyring==23.13.1 +markdown-it-py==2.2.0 +mdurl==0.1.2 +more-itertools==9.1.0 +multidict==6.0.4 +notmuch==0.37 +notmuch2==0.37 +openai==0.27.0 +packaging==23.0 +pipreqs==0.4.11 +pkginfo==1.9.6 +promptcli==1.0.4 +pycparser==2.21 +Pygments==2.14.0 +pyproject_hooks==1.0.0 +readme-renderer==37.3 +requests==2.28.2 +requests-toolbelt==0.10.1 +rfc3986==2.0.0 +rich==13.3.1 +six==1.16.0 +tqdm==4.65.0 +twine==4.0.2 +urllib3==1.26.14 +webencodings==0.5.1 +yarg==0.1.9 +yarl==1.8.2 +zipp==3.15.0