{"id":15042419,"url":"https://github.com/ibracorp/ibramenu","last_synced_at":"2025-04-07T18:14:59.722Z","repository":{"id":59833804,"uuid":"525633905","full_name":"ibracorp/ibramenu","owner":"ibracorp","description":"IBRAMENU is a Bash-based App Deployment script with an interactive menu to deploy all your favorite self-hosted applications quickly and easily.","archived":false,"fork":false,"pushed_at":"2024-05-01T19:30:58.000Z","size":281,"stargazers_count":232,"open_issues_count":0,"forks_count":29,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-03-31T15:19:27.690Z","etag":null,"topics":["bash","bash-script","docker","docker-compose","script","software"],"latest_commit_sha":null,"homepage":"https://ibramenu.io","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibracorp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ibracorp","DiscDuck","Taos15"]}},"created_at":"2022-08-17T04:05:32.000Z","updated_at":"2025-03-28T21:19:56.000Z","dependencies_parsed_at":"2023-02-18T13:05:35.747Z","dependency_job_id":"9f63e419-d313-4e6c-8657-f550e271cca7","html_url":"https://github.com/ibracorp/ibramenu","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibracorp%2Fibramenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibracorp%2Fibramenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibracorp%2Fibramenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibracorp%2Fibramenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibracorp","download_url":"https://codeload.github.com/ibracorp/ibramenu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247704571,"owners_count":20982298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bash-script","docker","docker-compose","script","software"],"created_at":"2024-09-24T20:47:16.922Z","updated_at":"2025-04-07T18:14:59.691Z","avatar_url":"https://github.com/ibracorp.png","language":"Shell","funding_links":["https://github.com/sponsors/ibracorp","https://github.com/sponsors/DiscDuck","https://github.com/sponsors/Taos15"],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://ibramenu.io\"\u003e\u003cimg src=\"/ibramenu-logo.png\" align=\"left\" height=\"500\" width=\"500\" \u003e\u003c/a\u003e\n\n# IBRAMENU\n\n[![Feedback](https://img.shields.io/badge/IBRAMENU-Feedback-brightgreen?style=plastic)](https://feedback.ibracorp.io/ibramenu)\n[![Ubuntu](https://img.shields.io/badge/Works%20best%20with-Ubuntu-E95420?style=plastic\u0026logo=ubuntu\u0026logoColor=white)](https://ubuntu.com)\n[![IBRADOCS](https://img.shields.io/badge/IBRA-Docs-blue?style=plastic)](https://docs.ibracorp.io)\n\nThis README is a work in progress and awaiting other tasks before being completed.\nThe actual documentation page below has all the information to help you get started with IBRAMENU.\n\n## HOW TO INSTALL\n\n### As root user\n\n```bash\nwget -qO ./i https://raw.githubusercontent.com/ibracorp/ibramenu/main/ibrainit.sh \u0026\u0026\\ \nchmod +x i \u0026\u0026\\ \n./i\n```\n\n### As non root user\n\n``` bash\nsudo wget -qO ./i https://raw.githubusercontent.com/ibracorp/ibramenu/main/ibrainit.sh \u0026\u0026\\ \nsudo chmod +x i \u0026\u0026\\ \nsudo ./i\n```\n\n### From a non supported OS like unraid\n\nThis is not supported and a WIP. Run the following commands.\n\n```bash\ngit clone -b main --single-branch https://github.com/ibracorp/ibramenu.git\ncd ibramenu\ndocker compose up -d --build --force-recreate\n```\n\n### Access the container\n\nTo generate the docker compose file for your apps you need to run ibramenu from within the container, run the following command.\n\n```bash\ndocker run -it ibramenu /bin/bash\n```\n\n### Compose File Example\n\nChange the `/opt/appdata` to the location that you want your docker files to be generated to.\n\n```yaml\n---\nservices:\n  ibramenu:\n    image: ibramenu:v0.0.0-1alpha\n    container_name: ibramenu\n    environment:\n      - PUID=1000\n      - PGID=1000\n      - TZ=Etc/EST\n    volumes:\n      - /opt/appdata:/opt/appdata\n      - /var/run/docker.sock:/var/run/docker.sock\n    restart: unless-stopped\n```\n#### Open Ibramenu inside the container\n- Run the following command to open and shell\n\n```sh\ndocker exec -it ibramenu bash\n```\n- In the shell that opens run the following command to start ibramenu\n\n```sh\nibramenu\n```\n\n\n\n\n[![Install](https://img.shields.io/badge/Install-IBRAMENU-brightgreen?style=plastic)](https://docs.ibracorp.io/ibramenu)\nMake requests here: \u003chttps://feedback.ibracorp.io/ibramenu\u003e\n\n**Want to Support Us and Get Perks?** \u003cbr\u003e\n[![Supporter](https://img.shields.io/badge/Become%20a-Supporter-brightgreen?style=plastic)](https://ibramenu.io/store/)\n\n**Join us on Discord** \u003cbr\u003e\n[![Discord](https://img.shields.io/discord/595508571135803403?label=Discord\u0026logo=Discord\u0026style=plastic)](https://i.ibracorp.io/discord)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibracorp%2Fibramenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibracorp%2Fibramenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibracorp%2Fibramenu/lists"}