Mikrotik_API icon indicating copy to clipboard operation
Mikrotik_API copied to clipboard

Mikrotik Dashboard

Results 3 Mikrotik_API issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

I been go through the coding and everything looks good but the thing is I don't or I can't find ppp folder which is mentioned in index.php (used for pppoe),...

In the docker-compose.yml file need to change line 22 from `- ${APP_PORT:-0}:80` to `- ${APP_PORT:-80}:80` otherwise can not access it in the browser as expected.