{"id":21508604,"url":"https://github.com/godu92/self-host","last_synced_at":"2025-08-24T16:32:32.597Z","repository":{"id":259949514,"uuid":"879895783","full_name":"Godu92/Self-Host","owner":"Godu92","description":"Collection of Self Host containers","archived":false,"fork":false,"pushed_at":"2025-08-22T13:29:20.000Z","size":1165,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T15:37:34.801Z","etag":null,"topics":["bash-script","docker","docker-compose","python","python-3","python-script","python3","tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Godu92.png","metadata":{"files":{"readme":"README.md","changelog":"changedetect/docker-compose.yaml","contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-10-28T18:29:18.000Z","updated_at":"2025-08-22T15:35:03.000Z","dependencies_parsed_at":"2025-01-10T15:33:50.295Z","dependency_job_id":"779f6f3b-0e7a-42ff-a661-c5418eb31bf0","html_url":"https://github.com/Godu92/Self-Host","commit_stats":null,"previous_names":["godu92/remote-rhel","godu92/self-host"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Godu92/Self-Host","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Godu92%2FSelf-Host","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Godu92%2FSelf-Host/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Godu92%2FSelf-Host/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Godu92%2FSelf-Host/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Godu92","download_url":"https://codeload.github.com/Godu92/Self-Host/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Godu92%2FSelf-Host/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271902335,"owners_count":24841188,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-script","docker","docker-compose","python","python-3","python-script","python3","tools"],"created_at":"2024-11-23T21:07:07.298Z","updated_at":"2025-08-24T16:32:32.591Z","avatar_url":"https://github.com/Godu92.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Self-Host\n\nThis is a collection of local tools, originally made for`RHEL 8` using `podman`. Most of this should also work for `Docker`, save a few commands in the shell scripts.\n\n- [Self-Host](#self-host)\n  - [Starting](#starting)\n    - [Example](#example)\n  - [Templates](#templates)\n  - [Storage](#storage)\n    - [List of Volumes](#list-of-volumes)\n      - [Monica](#monica)\n      - [Uptime](#uptime)\n      - [Trilium](#trilium)\n  - [TODO](#todo)\n\n## Starting\n\nCreate and edit a `./.env` file at the root of this project:\n\nExample (also found at `./.env-dev`):\n\n```shell\nHOST=localhost\nDOCKER_DIR=/var/run/docker.sock # or wherever podman is for you\nTRILIUM_DATA_DIR=./data # optional\n```\n\n\u003e Sadly this does not extend to `./dashy/config` files as of yet\n\nCan be started either via the `./scripts/start.sh` or the root level `./docker-compose.yaml` file.\n\n\u003e Note: certain services are not started automatically for one reason or another. Check what is in `EXCLUDED_DIRS` or what is commented out.\n\n### Example\n\n- `./scripts/start.sh`\n\n```bash\nEXCLUDED_DIRS=(\"adminer\" \"appsmith\" \"directus\" \"remoteRhel\" \"testing\" \"wordle\")\n```\n\n- `./docker-compose.yaml`\n\n```yaml\n#### Tools\n# - adminer/docker-compose.yaml\n- ittools/docker-compose.yaml\n```\n\n## Templates\n\n\u003e TODO: Make template files for commonly used files\n\nTemplate Dockerfile, docker-compose.yaml can be found in `./testing`\n\n## Storage\n\nTODO: Set more containers to docker volumes\n\nYou should need to create some volumes ahead of time for the ease of launching containers.\n\n\u003e You could go change all instances of `external` to `false` if you don't want to do that\n\n### List of Volumes\n\n#### Monica\n\n- mysql\n- data\n\n#### Uptime\n\n- up-data\n\n#### Trilium\n\n- tril-data\n\n\u003e Also has a possible `.env` bind in the event you want it set somewhere but not tracked\n\u003e\n\u003e TODO: Add this option for all mounts\n\n## TODO\n\n- Would be neat to have a script that could auto add to the top level compose file\n- also a script that could put all services into the dashboard, with running ones getting status lights\n- And while we're at it, add them to the uptime monitor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodu92%2Fself-host","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgodu92%2Fself-host","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodu92%2Fself-host/lists"}