May 6, 20233 yr I know it's in the wrong section. But can't make a new topic in container topic I have searched everywhere on the forum and no info about the awesome homepage container. https://github.com/benphelps/homepage but i simply cant figure out how to make it work. i simply wan't it to look something like this. (picture below) can soemone point me to figure out how to maneuvre in the yaml files.
June 7, 20233 yr Did you make any progress with this? I have it up and running, with the final piece of the puzzle for me getting it to run on its own IP without the need for a port number. (running on [port 80) I really like the program but the name makes it impossible to find information about it... We all made fun of the goofy spellings web 2.0 used but it sure was easier to reseach imgr than if they had called it imager... homepage? Sheesh
June 7, 20233 yr Author 2 hours ago, Arbadacarba said: Did you make any progress with this? I have it up and running, with the final piece of the puzzle for me getting it to run on its own IP without the need for a port number. (running on [port 80) I really like the program but the name makes it impossible to find information about it... We all made fun of the goofy spellings web 2.0 used but it sure was easier to reseach imgr than if they had called it imager... homepage? Sheesh Wow.. How did you manage. Teeeeeach me 😅
June 7, 20233 yr So Yaml files edit best in Notepad++ and I have my appdata folder accessible in a windows share. Create the additional Paths: My appdata folder is on a SSD pool Not Happy with this yet I should probably switch these to read only. Did you create the icons folder? .../appdata/homepage/public/icons/ and then: Run the Container While the container is running, open the WebUI. Opening the page will generate the configuration files. You may need to set the permissions of the folders to be able to edit the files. Click on the Homepage icon. Click on Console. Enter chmod -R u-x,go-rwx,go+u,ugo+X /app/config chmod -R u-x,go-rwx,go+u,ugo+X /app/public/icons chown -R nobody:users /app/config chown -R nobody:users /app/public/icons The three sections I've modified are: widgets.yaml widgets.yaml services (de keyed).yaml bookmarks(dekeyed).yaml For the pfsense integration I used this pkg: https://github.com/jaredhendrickson13/pfsense-api which was... fun... I ended up copying it to my server and installing it locally. Final Product (reworked a bit as I wrote this): Notes: Most Fields lines can be left blank and they will show all 4... if you only want some, or you want different ones you can pick and chose. No backslash at the end of the url I get my icons by draging them from the dashboard to the folder My PiHole is not functional (at the moment)
January 21, 20242 yr Hi Atarax, the app is called homepage and you can download from Ibracorp's repository in the Appstore
January 22, 20242 yr On 6/7/2023 at 9:57 AM, Arbadacarba said: So Yaml files edit best in Notepad++ and I have my appdata folder accessible in a windows share. Create the additional Paths: My appdata folder is on a SSD pool Not Happy with this yet I should probably switch these to read only. Did you create the icons folder? .../appdata/homepage/public/icons/ and then: Run the Container While the container is running, open the WebUI. Opening the page will generate the configuration files. You may need to set the permissions of the folders to be able to edit the files. Click on the Homepage icon. Click on Console. Enter chmod -R u-x,go-rwx,go+u,ugo+X /app/config chmod -R u-x,go-rwx,go+u,ugo+X /app/public/icons chown -R nobody:users /app/config chown -R nobody:users /app/public/icons The three sections I've modified are: widgets.yaml widgets.yaml 597 B · 51 downloads services (de keyed).yaml 4.06 kB · 38 downloads bookmarks(dekeyed).yaml 1.88 kB · 30 downloads For the pfsense integration I used this pkg: https://github.com/jaredhendrickson13/pfsense-api which was... fun... I ended up copying it to my server and installing it locally. Final Product (reworked a bit as I wrote this): Notes: Most Fields lines can be left blank and they will show all 4... if you only want some, or you want different ones you can pick and chose. No backslash at the end of the url I get my icons by draging them from the dashboard to the folder My PiHole is not functional (at the moment) I'm having issue with the Drive widget at the top. I did take you .yaml file and configured it in a way for my homepage but now it's just blank. not sure if anyone has seen this before.
January 22, 20242 yr theres also issues with the unifi controller. im assuming it does not work with Unifi dream machine controllers but im still looking into this.
February 1, 20242 yr Does anyone know how to make the "statusStyle" work? in settings.yaml i added: statusStyle: "dot" after this i added statusStyle: 'dot' to a service in services.yaml but this does not seems to work, or i dont get how example on the page works.
February 10, 20242 yr On 2/1/2024 at 2:42 PM, derjp said: Does anyone know how to make the "statusStyle" work? in settings.yaml i added: statusStyle: "dot" after this i added statusStyle: 'dot' to a service in services.yaml but this does not seems to work, or i dont get how example on the page works. Not sure if you figured it out or still need help, I happened to be trying to do the same thing. I configured everything in services.yaml as below (all specifics removed). services.yaml - Hosted Services: - Unraid: icon: unraid.png href: http://host.ip description: Unraid host ping: host.ip statusStyle: 'dot' - Sonarr: icon: sonarr.png href: http://host.ip:port description: Sonarr widget: type: sonarr url: http://host.ip:port key: <your_api_key> siteMonitor: http://host.ip:port statusStyle: 'dot' With the ping approach, when hovering over the green dot I get "Ping Up (0ms)" and wtih the siteMonitor it "HTTP Status 401 (14ms)", I'm assuming thats because Sonarr isn't liking the way the request is being sent (not sure about this, need to do more research).
February 11, 20242 yr 20 hours ago, Amarok said: Not sure if you figured it out or still need help, I happened to be trying to do the same thing. I configured everything in services.yaml as below (all specifics removed). services.yaml - Hosted Services: - Unraid: icon: unraid.png href: http://host.ip description: Unraid host ping: host.ip statusStyle: 'dot' - Sonarr: icon: sonarr.png href: http://host.ip:port description: Sonarr widget: type: sonarr url: http://host.ip:port key: <your_api_key> siteMonitor: http://host.ip:port statusStyle: 'dot' With the ping approach, when hovering over the green dot I get "Ping Up (0ms)" and wtih the siteMonitor it "HTTP Status 401 (14ms)", I'm assuming thats because Sonarr isn't liking the way the request is being sent (not sure about this, need to do more research). Thanks for your reply, i will try it that way
January 29, 20251 yr Has anyone been able to work out how to get the 'my-server' configured to work with UNRAID (local and a remote one) so that it can show the status of the dockers running the applications ?
April 6, 20251 yr On 1/22/2024 at 10:30 PM, Hartless said: I'm having issue with the Drive widget at the top. I did take you .yaml file and configured it in a way for my homepage but now it's just blank. not sure if anyone has seen this before. Sorry to necro this, but did you find a solution to this? I mapped the path to my unraid disks and set up the disks in the widgets yaml as mentioned. Ended up getting the same thing as you, a blank set of disks widgets. Not sure why. **EDIT** **Note: Discovered that the solution below causes Unraid to map user shares directly to disk1, etc. Whilst the solution works, it also generates warnings from the 'Fix Common Problems' plugin. Still looking for a solution that works around that issue** Found the solution on reddit. I mapped container paths to each disk individually: /disk1 = /mnt/disk1/ /disk2 =/mnt/disk2/ etc. You can map the whole array at '/mnt/user/' and the system/boot drive at '/boot/'. I mapped them all as read-only...seemed sensible. Edited April 10, 20251 yr by SirCadian Found solution to the issue.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.