Skip to content
forked from ibracorp/ibramenu

IBRAMENU is a Bash-based App Deployment script with an interactive menu to deploy all your favorite self-hosted applications quickly and easily.

License

Notifications You must be signed in to change notification settings

Celezak/ibramenu

 
 

Repository files navigation

IBRAMENU

Feedback Ubuntu IBRADOCS

This README is a work in progress and awaiting other tasks before being completed. The actual documentation page below has all the information to help you get started with IBRAMENU.

HOW TO INSTALL

As root user

wget -qO ./i https://raw.githubusercontent.com/ibracorp/ibramenu/main/ibrainit.sh &&\ 
chmod +x i &&\ 
./i

As non root user

sudo wget -qO ./i https://raw.githubusercontent.com/ibracorp/ibramenu/main/ibrainit.sh &&\ 
sudo chmod +x i &&\ 
sudo ./i

From a non supported OS like unraid

This is not supported and a WIP. Run the following commands.

git clone -b main --single-branch https://github.com/ibracorp/ibramenu.git
cd ibramenu
docker compose up -d --build --force-recreate

Access the continer

To generate the docker compose file for your apps you need to run ibramenu from within the container, run the following command.

docker run -it ibramenu /bin/bash

Compose File Example

---
services:
  ibramenu:
    image: ibramenu:v0.0.0-1alpha
    container_name: ibramenu
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/EST
    volumes:
      - /opt/appdata:/opt/appdata
      - /var/run/docker.sock:/var/run/docker.sock
    restart: unless-stopped

Install Make requests here: https://feedback.ibracorp.io/ibramenu

Want to Support Us and Get Perks?
Supporter

Join us on Discord
Discord

About

IBRAMENU is a Bash-based App Deployment script with an interactive menu to deploy all your favorite self-hosted applications quickly and easily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.9%
  • Dockerfile 1.1%