{"id":13588007,"url":"https://github.com/autotyed/autotyed","last_synced_at":"2025-04-08T02:34:33.365Z","repository":{"id":102847365,"uuid":"173220430","full_name":"autotyed/autotyed","owner":"autotyed","description":"Code and Ideas for tying all your apps into a single web interface","archived":true,"fork":false,"pushed_at":"2019-03-18T03:14:12.000Z","size":492,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T16:17:20.728Z","etag":null,"topics":["bazarr","deluge","grafana-client","indigo","jackett","lidarr","nginx-configuration","nzbget","plex","radarr","securityspy","sonarr","tautulli","unifi-controller"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/autotyed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2019-03-01T02:22:58.000Z","updated_at":"2023-01-28T08:02:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a3e10a0-03ac-411d-a515-c34165e41af4","html_url":"https://github.com/autotyed/autotyed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autotyed%2Fautotyed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autotyed%2Fautotyed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autotyed%2Fautotyed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autotyed%2Fautotyed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autotyed","download_url":"https://codeload.github.com/autotyed/autotyed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247765092,"owners_count":20992235,"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":["bazarr","deluge","grafana-client","indigo","jackett","lidarr","nginx-configuration","nzbget","plex","radarr","securityspy","sonarr","tautulli","unifi-controller"],"created_at":"2024-08-01T15:06:27.858Z","updated_at":"2025-04-08T02:34:33.070Z","avatar_url":"https://github.com/autotyed.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Autotyed\n\nThis repo is a collection of configurations, html snippets and code that provide\na way to present many different applications in a single interface and web address.\n\nThis is mostly geared toward macOS X users. I started my server adventure on a mac\nbecause I really like Indigo and SecuritySpy; they're mac-only. All of my trials\nand tribulations leading up to a solid home-media environment have been with macs.\n\nAs the [repo wiki](../../wiki) gets built out I expect new solutions to come to fruition and\nmore Linux and/or Docker support provided. Please check back once in a while for updates!\n\n**This readme is quickly going to become out of date. See the [wiki](../../wiki) for the latest info.**\n\n# HOWTO\n\nPart of the goal of this repo is to document how to\n_Reverse Proxy_ the following application through NGINX using a single hostname:\n\n- [Deluge](https://deluge-torrent.org)\n- [SecuritySpy](https://www.bensoftware.com/securityspy/)\n- [Indigo](https://www.indigodomo.com)\n- [Sonarr](https://sonarr.tv)\n- [Radarr](https://radarr.video)\n- [Lidarr](https://lidarr.audio)\n- [Bazarr](https://github.com/morpheus65535/bazarr)\n- [Jackett](https://github.com/Jackett/Jackett)\n- [NZBGet](https://nzbget.net)\n- [Plex](https://www.plex.tv)\n- [Tautulli](https://tautulli.com)\n- [Ubiquiti UniFI Controller](https://www.ui.com/download/unifi) - latest version not working yet\n- [Grafana](https://grafana.com)\n\nAdditionally, information is provided to install and configure:\n- [Nginx](https://www.nginx.com) - web server with auto-renewing SSL cert from [Let's Encrypt](https://letsencrypt.org) using [certbot](https://certbot.eff.org)\n- [InfluxDB](https://www.influxdata.com) - time series database for Grafana backend\n- [Glances](https://nicolargo.github.io/glances/) - stores systems metrics in InfluxDB\n- [unpacker-poller](https://github.com/davidnewhall/unpacker-poller) - to extract Deluge downloads\n- [unifi-poller](https://github.com/davidnewhall/unifi-poller) - optionally store UniFI controller metrics in InfluxDB\n\n## Now\n\nWhat is currently provided:\n\n- An nginx config showing how to route traffic to each application.\n- A set of images, css, and html to create a minimal web interface.\n- macOS startup scripts for several applications that lack their own.\n- Minimal installation scripts for macOS.\n  - Run `make install` to automatically install most of the dependencies on a mac server.\n  - You should read the scripts and understand what they do before running `make install`.\n- A [wiki](../../wiki) where installation instructions will be refined.\n\n**Pull requests for Linux and/or Docker are welcomed!** I run all this stuff on\ndedicated Mac servers, so I have no need to venture down the Linux path. All of\nthis open source software was originally designed for Linux and works great\nthere too!\n\nI'm still putting all these pieces together so I can rebuild my mac servers if\nthey die. After the installation scripts are finished, I'll work on a wiki to\ndocument all of the installation and post-installation steps. Hopefully a howto\nvideo will show up too!\n\n## Bits and Pieces\n\nI have a handful of custom startup scripts and doohickies for Radarr, Jackett, Sonarr, etc.\nI also run a few pieces of custom software (found elsewhere on my github) to move data among these apps.\n\nDocumenting how all these pieces of software can be installed, auto-started, monitored\nand tied together is the goal of this repo.\nMore to come, but some of you will figure it out with the breadcrumbs I've provided.\n\nThis is what the provided html page looks like. It's responsive and looks great on any device:\n![Screen Shot of Custom Interface](https://raw.githubusercontent.com/wiki/davidnewhall/autotyed/images/autotyed.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautotyed%2Fautotyed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautotyed%2Fautotyed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautotyed%2Fautotyed/lists"}