Updated readme

This commit is contained in:
Will Browning 2021-02-01 16:42:00 +00:00
parent de4e0afd2c
commit 5bf9395acf
6 changed files with 598 additions and 713 deletions

3
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,3 @@
github: willbrowningme
open_collective: anonaddy
custom: https://anonaddy.com/donate

View file

@ -106,7 +106,7 @@ Here are a few reasons I can think of:
* Open-source application code
* No limitation on the number of aliases that can be created
* Generous monthly bandwidth
* Multiple domains to choose for aliases (currently anonaddy.com, anonaddy.me and another for paid plan users)
* Multiple domains to choose for aliases (currently anonaddy.com, anonaddy.me and another 2 for paid plan users)
* Ability to generate UUID and random word aliases at shared domains
* Ability to add additional usernames to compartmentalise aliases
* New features added regularly
@ -121,12 +121,11 @@ There is not an official Android app that I have made myself as I am not familia
There is however an excellent [open-source](https://gitlab.com/Stjin/anonaddy-android) Android app created by [Stjin](https://twitter.com/Stjinchan) that is available to download from the [Play Store](https://play.google.com/store/apps/details?id=host.stjin.anonaddy) (paid) and [F-Droid](https://f-droid.org/packages/host.stjin.anonaddy) (free). The developer of this app has put in a lot of time and effort so if you would like to support him please purchase the Play Store version.
There is also another unofficial [open-source](https://github.com/KhalidWar/anonaddy) Android app created by [KhalidWar](https://twitter.com/RealKhalidWar) available from the [Play Store](https://play.google.com/store/apps/details?id=com.khalidwar.anonaddy).
There is also another unofficial [open-source](https://github.com/KhalidWar/anonaddy) Android app created by [KhalidWar](https://twitter.com/RealKhalidWar) available on the [Play Store](https://play.google.com/store/apps/details?id=com.khalidwar.anonaddy).
## Is there an iOS app?
At the moment there is not an app available for iOS. I believe the developers above may be looking into creating one but there is no time scale on this. In the meantime please use the web application in your mobile's browser.
Yes, [KhalidWar's](https://twitter.com/RealKhalidWar) unofficial [open-source](https://github.com/KhalidWar/anonaddy) app from above is also available on the [App Store](https://apps.apple.com/us/app/addymanager/id1547461270).
## How do I add my own GPG/OpenPGP key for encryption?
@ -364,6 +363,10 @@ For any other questions just send an email to - [contact@anonaddy.com](mailto:co
For full details please see the [self-hosting instructions file](SELF-HOSTING.md).
## My sponsors
Thanks to [Vlad Timofeev](https://github.com/vlad-timofeev) who is my very first GitHub sponsor!
## Thanks
Thanks to [https://gitlab.com/mailcare/mailcare](https://gitlab.com/mailcare/mailcare) and [https://github.com/niftylettuce/forward-email](https://github.com/niftylettuce/forward-email) for their awesome open-source projects that helped me along the way.

543
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -5,9 +5,9 @@ current:
major: 0
minor: 7
patch: 0
prerelease: 1-g55870ad
prerelease: 2-gde4e0af
buildmetadata: ''
commit: 55870a
commit: de4e0a
timestamp:
year: 2020
month: 10

740
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,11 +11,11 @@
"format": "prettier --write 'resources/**/*.{css,js,vue}'"
},
"dependencies": {
"autoprefixer": "^10.0.2",
"autoprefixer": "^10.2.3",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"dayjs": "^1.10.2",
"laravel-mix": "^6.0.6",
"dayjs": "^1.10.4",
"laravel-mix": "^6.0.11",
"lodash": "^4.17.20",
"portal-vue": "^2.1.7",
"postcss": "^8.1.14",
@ -25,7 +25,7 @@
"tippy.js": "^6.2.7",
"v-clipboard": "^2.2.3",
"vue": "^2.6.12",
"vue-good-table": "^2.21.2",
"vue-good-table": "^2.21.3",
"vue-loader": "^15.9.6",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
@ -33,7 +33,7 @@
"vuedraggable": "^2.24.2"
},
"devDependencies": {
"husky": "^4.3.7",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"prettier": "2.2.1"
},