Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.10.0 Removes Services not in Layout #4455

Closed
shamoon opened this issue Dec 20, 2024 Discussed in #4452 · 1 comment · Fixed by #4456
Closed

v0.10.0 Removes Services not in Layout #4455

shamoon opened this issue Dec 20, 2024 Discussed in #4452 · 1 comment · Fixed by #4456

Comments

@shamoon
Copy link
Collaborator

shamoon commented Dec 20, 2024

Discussed in #4452

Originally posted by cleanmachine December 20, 2024

Description

I noticed there was an update so I used Portainer to pull the latest version (v0.10.0) for the Docker version I have running on an Ubuntu server VM on Proxmox. All the content from my services.yaml was gone. Not API errors - just not there. Widgets and bookmarks are still there. I thought maybe I broke something so I installed the Proxmox VE Helper Script version with the same result. No content in the main section. Um, help?

PS - very new to Github, both from a user and an etiquette standpoint. Please be gentle.

homepage version

v0.10.0

Installation method

Docker

Configuration

My services.yaml file

- DLab servers and network:
    - Proxmox:
        icon: proxmox.png # icons found here https://github.com/walkxcode/dashboard-icons
        href: https://192.168.1.188:8006
        description: 3900X - Lancool II
        widget:
            type: proxmox
            url: https://192.168.1.188:8006
            username:  api@pam!homepage
            password:  dc56a05c-6bd6-4197-bf98-a6c2ed7e3e3a
            node: pve
    - DLab:
        icon: truenas.svg
        href: https://192.168.1.139
        description: 5600G - Fractal Define R5
        widget:
            type: truenas
            url: https://192.168.1.139/
            key: 1-SR7YuPHg3cKxacOHN7ijjfFmWQ5mzbviMXqWYrjkNTDm4AIhU2gKVfvh1f6AemFZ
   
    - Pi-Hole:
        icon: pi-hole.svg
        href: https://192.168.1.155/admin
        description: Pi-5 - Pi-Hole
        widget:
            type: pihole
            url: http://192.168.1.155
            version: 5 # required if running v6 or higher, defaults to 5
            key: 41dbdbea85c7b37a014d8de1e37a9dea6c6f4f394694273ede89a03cb73037b6 # optional    
            
    - Uptime Kuma:
        icon: uptime-kuma.svg
        href: http://192.168.1.206:3001/dashboard
        description: Uptime Kuma via Proxmox Helper Script
        widget:
            type: uptimekuma
            url: http://192.168.1.206:3001
            slug: dlab        

- Dlab services:

    - Plex:
        icon: plex.svg
        href: http://192.168.1.139:32400
        description: DLab - TrueNAS Chart container
        widget:
            type: plex
            url: http://192.168.1.139:32400
            key: ZsLr6-_9duesRtJp1Lxe # see https://www.plexopedia.com/plex-media-server/general/plex-token/

    - Nextcloud:
        icon: nextcloud.svg
        href: https://192.158.1.199
        description: UServeProx on Proxmox - Snap package
        widget:
            type: nextcloud
            url: https://192.168.1.199
            username: devin
            password: 8uhbgtrd8uhbgtrd

    - Portainer:
        icon: portainer.svg
        href: https://192.168.1.199:9443
        description: UServeProx on Proxmox - Docker container
        widget:
            type: portainer
            url: https://192.168.1.199:9443
            env: 2
            key: ptr_kOy1yM1jcoVg8/u1DsknxUXfvR9Y/KDuk1Z8DFgBNL8=

    - Immich:
        icon: immich.svg
        href: http://192.168.1.139:30041
        description: Immich on TrueNAS - Docker container
        widget:
            type: immich
            url: http://192.168.1.139:30041
            key: x96lJDev5LcsNqPF82XLS6ZDPbpGVZOZVr6qLLHM
            version: 2 # optional, default is 1        
       
- Calendar:
    - GCal:
        icon: google.svg
        href: https://calendar.google.com/calendar/u/0/r?tab=mc
        description: Google Calendar for devinbaines@gmail.com
        widget:
            type: calendar
            firstDayInWeek: sunday # optional - defaults to monday
            view: monthly # optional - possible values monthly, agenda
            maxEvents: 30 # optional - defaults to 10
            showTime: true # optional - show time for event happening today - defaults to false
            integrations: # optional
            - type: ical # Show calendar events from another service
              url: https://calendar.google.com/calendar/ical/devinbaines%40gmail.com/private-10abe64e0d840276beeeb192fe568868/basic.ics # URL with calendar events
              name: Devin's Calendar # required - name for these calendar events
              color: zinc # optional - defaults to pre-defined color for the service (zinc for ical)
              params: # optional - additional params for the service
                showName: true # optional - show name before event title in event line - defaults to false

Container Logs

No response

Browser Logs

No response

Troubleshooting

As noted above, I tried a fresh install Proxmox Helper Script LXC install and same result.

@shamoon
Copy link
Collaborator Author

shamoon commented Dec 20, 2024

#4456

@shamoon shamoon closed this as completed Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant