Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

animegasan/mikbotam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Mikbotam

The Free Software For Mikrotik Management with Telegram bot


Logo Banner


MikroTik Bot Telegram (Mikbotam) is a web-based application that combines Mikrotik and Telegram bot with the main function as hotspot management using a Telegram bot.

The image build on Alpine Linux and App Mikbotam from BangAchil.


Supported Architectures

We utilise the docker manifest for multi-platform awareness. Simply pulling animegasan/mikbotam:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64-<version tag>
armhf arm32v7-<version tag>

Usage

Here are some example snippets to help you get started creating a container.

docker-compose (recommended)

---
version: "2.1"
services:
  mikbotam:
    image: animegasan/mikbotam:latest
    container_name: mikbotam
    ports:
      - 8080:80
    restart: unless-stopped

docker cli

docker run -d \
  --name=mikbotam \
  -p 8080:80 \
  --restart unless-stopped \
  animegasan/mikbotam:latest

Web Interface

Open your web browser and visit the url http://<IP_ADDRESS>:8080 to have access to the Mikbotam's web interface.

  • Default username: admin
  • Default password: admin

It's highly recommended to change the default access credentials on first start.


Packages

The package used by this image are:

  • nginx
  • php7
  • php7-fpm
  • php7-gd
  • php7-mbstring
  • php7-mysqli
  • php7-session
  • php7-pdo_sqlite
  • sqlite
  • supervisor

Version

1.8 krakatau

  • Added uptime limit in voucher settings Improved uptime limit and increased quota limit Improvements to the Add Profile hotspot script (lock user and validity = grace period / user is automatically deleted after reaching validity) Improvements to add PPP profile Improvements to monthly reports.

Credit

BangAchil, Hilman Maulana.