Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Plans? #18

Closed
asimplechap opened this issue Jul 2, 2022 · 1 comment
Closed

Missing Plans? #18

asimplechap opened this issue Jul 2, 2022 · 1 comment

Comments

@asimplechap
Copy link

asimplechap commented Jul 2, 2022

Sorry again for re submitting this one. Thank you for the assist on getting the .com stuff working.

Here are some notes for others
`mkdir /var/www/example.com

cd /var/www

git clone https://github.com/anonaddy/anonaddy.com.git

cd /var/www/example.com

composer install --prefer-dist --no-dev -o && npm install

npm run production`

I did want to ask, how can I set up different plans or plans like the main site? Reason is I set this up for some friends and myself, BUT I know they will take advantage lol. I need some pretty big numbers for emails and data but they do not. I do not want them to have same level that I have. Is this possible or is this something I need to bake in myself?

Thanks Will!

@willbrowningme
Copy link
Member

anonaddy.com (the landing page) is completely separate from the web application (app.anonaddy.com).

If you are self-hosting you do not need the anonaddy.com (this repository) as it is only for information purposes.

If you want to have different plans and levels of usage etc. then you will have to bake that into the web application yourself as currently you can only set a global bandwidth limit, username limit etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants