eloravpn / EloraVPNManager

A central solution to manage accounts in a Cluster enviroment of VPN Servers.
https://t.me/EloraVPNChannel
32 stars 9 forks source link

As an admin, i want to search and sort users in users page #2

Closed eloravpn closed 1 year ago

eloravpn commented 1 year ago

Search by:

Sort by:

abhinaisai2002 commented 1 year ago

Hey, can i work on this feature?

eloravpn commented 1 year ago

Hi Abhinai Yeah 💯 Welcome!

abhinaisai2002 commented 1 year ago

Can you help me set up the project locally, i am facing some issues

abhinaisai2002 commented 1 year ago

raise UndefinedValueError('{} not found. Declare it as envvar or define a default value.'.format(option)) decouple.UndefinedValueError: SUBSCRIPTION_BASE_URL not found. Declare it as envvar or define a default value.

I am getting this when running the python script Can you help me resolving this

eloravpn commented 1 year ago

Do yout read the help? https://github.com/eloravpn/EloraVPNManager#how-to-install

Also i fixed this issue yesterday

eloravpn commented 1 year ago

raise UndefinedValueError('{} not found. Declare it as envvar or define a default value.'.format(option)) decouple.UndefinedValueError: SUBSCRIPTION_BASE_URL not found. Declare it as envvar or define a default value.

I am getting this when running the python script Can you help me resolving this

Pleas update your fork to latest version

abhinaisai2002 commented 1 year ago

it is redirecting me to login page, how to create a account in this?

eloravpn commented 1 year ago

default sudoer username and password is admin.

also you can change it in .env file based on src/config.py, the environment varaibles is SUDO_USERNAME and SUDO_PASSWORD

https://github.com/eloravpn/EloraVPNManager#requirements

abhinaisai2002 commented 1 year ago

ok will check it

abhinaisai2002 commented 1 year ago

can i use tanstack query for this project?

eloravpn commented 1 year ago

I don't know this framework, what is the benefit for us in this task or this project? please explain a little about it :heart:

abhinaisai2002 commented 1 year ago

This library is for react, it makes the steps of fetching data simple

eloravpn commented 1 year ago

Okay, i saw some example of that in official site. use it :ok:

eloravpn commented 1 year ago

Hi @abhinaisai2002 How are you doing?

eloravpn commented 1 year ago

Duplicated by #17