Tarek Kalaji
Tarek Kalaji
#firstlly you should create virtualenv env . env/bin/activate #Then pip django pip install django==1.4 cd project_sample ln -s ../schedule # This is here your problem occured :) python manage.py syncdb...
Grab the container_id: ```bash docker ps | grep redis ``` then execute the following command: ```bash docker exec 14aa53ae52cd redis-cli -n 2 --scan --pattern "LIMITER/auth-ip/*" | xargs -r docker exec...
Hey @RyanPrice-King What is your suggestion to resolve "Failover MT Route" ?
- [x] Add FailoverMTRoute to UI - [ ] Ensure MTRoute + MORoute working properly
Hi @RyanPrice-King I just have updated source code as you mentioned above in the [new branch 2.0.2](https://github.com/101t/jasmin-web-panel/tree/2.0.2) for **"FailOverRouter supports to MT / MO Router"** issue, please check if everything...
@mawaki thank you for your contribution, I added the changes according to development requirements
Hello @lauer I already implemented the SMTP Outgoing Server configuration when you navigate to: ``` http:///admin/core/emailserver/ ``` It will be used for: - monitor the internal services of jasmin -...
there will not be SMTP server internal :), simply I provide email sending notification to handle the down services, and resolve email and password for user. other related suggestion could...
Hi @lauer , now I understand your situation, however I will add the required parameters to enable internal smtp connection.
Hello @ausphone, some routes added later to jasmin gateway, StaticMO Route, I will be added it on the near future, some fixes upcoming to the next release, some UI changes...