Added Homarr
This commit is contained in:
parent
34c9ced75a
commit
f13f11a1e2
4 changed files with 15 additions and 0 deletions
|
@ -16,6 +16,7 @@ Tipi is a personal homeserver orchestrator. It is running docker containers unde
|
||||||
- [Filebrowser](https://github.com/filebrowser/filebrowser) - Web File Browser
|
- [Filebrowser](https://github.com/filebrowser/filebrowser) - Web File Browser
|
||||||
- [Freshrss](https://github.com/FreshRSS/FreshRSS) - A free, self-hostable RSS aggregator
|
- [Freshrss](https://github.com/FreshRSS/FreshRSS) - A free, self-hostable RSS aggregator
|
||||||
- [Invidious](https://github.com/iv-org/invidious) - An alternative front-end to YouTube
|
- [Invidious](https://github.com/iv-org/invidious) - An alternative front-end to YouTube
|
||||||
|
- [Homarr](https://github.com/ajnart/homarr) - A homepage for your server.
|
||||||
- [Jackett](https://github.com/Jackett/Jackett) - API Support for your favorite torrent trackers
|
- [Jackett](https://github.com/Jackett/Jackett) - API Support for your favorite torrent trackers
|
||||||
- [Jellyfin](https://github.com/jellyfin/jellyfin) - A media server for your home collection
|
- [Jellyfin](https://github.com/jellyfin/jellyfin) - A media server for your home collection
|
||||||
- [Joplin](https://github.com/laurent22/joplin) - Privacy focused note-taking app
|
- [Joplin](https://github.com/laurent22/joplin) - Privacy focused note-taking app
|
||||||
|
|
13
apps/homarr/config.json
Normal file
13
apps/homarr/config.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"name": "Homarr",
|
||||||
|
"available": true,
|
||||||
|
"port": 7575,
|
||||||
|
"id": "homarr",
|
||||||
|
"description": "A homepage for your server.",
|
||||||
|
"short_desc": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",
|
||||||
|
"author": "https://github.com/ajnart/",
|
||||||
|
"source": "https://github.com/ajnart/homar",
|
||||||
|
"website": "https://discord.gg/C2WTXkzkwK",
|
||||||
|
"image": "https://user-images.githubusercontent.com/49837342/168315259-b778c816-10fe-44db-bd25-3eea6f31b233.png",
|
||||||
|
"form_fields": {}
|
||||||
|
}
|
0
apps/homarr/docker-compose.yml
Normal file
0
apps/homarr/docker-compose.yml
Normal file
|
@ -15,4 +15,5 @@ export const appNames = [
|
||||||
'n8n',
|
'n8n',
|
||||||
'invidious',
|
'invidious',
|
||||||
'joplin',
|
'joplin',
|
||||||
|
'homarr',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue