Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hassio-addons/addon-thelounge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.1
Choose a base ref
...
head repository: hassio-addons/addon-thelounge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 7 files changed
  • 3 contributors

Commits on Apr 29, 2024

  1. ⬆️ Update alpine_3_19/nginx to v1.24.0-r16 (#194)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 29, 2024
    Copy the full SHA
    7c86a8e View commit details

Commits on May 16, 2024

  1. ⬆️ Update alpine_3_19/git to v2.43.4-r0 (#195)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 16, 2024
    Copy the full SHA
    3f44d98 View commit details

Commits on Jun 9, 2024

  1. ⬆️ Update ghcr.io/hassio-addons/base-nodejs Docker tag to v0.2.3 (#196)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 9, 2024
    Copy the full SHA
    8f058c0 View commit details

Commits on Sep 10, 2024

  1. ⬆️ Update alpine_3_19/python3 to v3.11.9-r1 (#197)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 10, 2024
    Copy the full SHA
    ee42cb6 View commit details

Commits on Sep 11, 2024

  1. ⬆️ Update ghcr.io/hassio-addons/base-nodejs Docker tag to v0.2.4 (#198)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 11, 2024
    Copy the full SHA
    39c7861 View commit details

Commits on Sep 16, 2024

  1. ⬆️ Update alpine_3_19/python3 to v3.11.10-r0 (#199)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 16, 2024
    Copy the full SHA
    ef01056 View commit details
  2. ⬆️ Update alpine_3_19/git to v2.43.5-r0 (#200)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 16, 2024
    Copy the full SHA
    f40769d View commit details

Commits on Oct 4, 2024

  1. ⬆️ Update ghcr.io/hassio-addons/base-nodejs Docker tag to v0.2.5 (#202)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 4, 2024
    Copy the full SHA
    6fa30c2 View commit details

Commits on Dec 6, 2024

  1. ⬆️ Update alpine_3_19/python3 to v3.11.11-r0 (#203)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 6, 2024
    Copy the full SHA
    4828e31 View commit details

Commits on Jan 17, 2025

  1. ⬆️ Update alpine_3_19/git to v2.43.6-r0 (#204)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 17, 2025
    Copy the full SHA
    e0e6d3e View commit details

Commits on Feb 16, 2025

  1. ⬆️: migrate renovate config (#205)

    * ⬆️: migrate config .github/renovate.json
    
    * Prettified Code!
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
    renovate[bot] and renovate[bot] authored Feb 16, 2025
    Copy the full SHA
    5ac72ae View commit details
  2. Copy the full SHA
    dc1caec View commit details
  3. Copy the full SHA
    6c1be52 View commit details
Showing with 21 additions and 16 deletions.
  1. +5 −2 .github/renovate.json
  2. +1 −1 LICENSE.md
  3. +2 −2 README.md
  4. +1 −1 thelounge/.README.j2
  5. +1 −1 thelounge/DOCS.md
  6. +8 −6 thelounge/Dockerfile
  7. +3 −3 thelounge/build.yaml
7 changes: 5 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -5,8 +5,9 @@
"labels": ["dependencies", "no-stale"],
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
@@ -16,16 +17,18 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
"depNameTemplate": "alpine_3_21/{{package}}"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG THE_LOUNGE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2019-2024 Timmo
Copyright (c) 2019-2025 Timmo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ our [GitHub Repository][repository].

MIT License

Copyright (c) 2019-2024 Timmo
Copyright (c) 2019-2025 Timmo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -114,7 +114,7 @@ SOFTWARE.
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[issue]: https://github.com/hassio-addons/addon-thelounge/issues
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-thelounge.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[reddit]: https://reddit.com/r/homeassistant
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-thelounge.svg
2 changes: 1 addition & 1 deletion thelounge/.README.j2
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ If you are more interested in stable releases of our add-ons:
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?u=timmo001
[hass]: https://www.home-assistant.io/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
[midnight-theme]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/midnight-theme.png
[more-info-light]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/more-info-light.png
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
2 changes: 1 addition & 1 deletion thelounge/DOCS.md
Original file line number Diff line number Diff line change
@@ -129,7 +129,7 @@ check [the contributor's page][contributors].

MIT License

Copyright (c) 2019-2024 Timmo
Copyright (c) 2019-2025 Timmo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
14 changes: 8 additions & 6 deletions thelounge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.2.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

@@ -7,14 +7,16 @@ ARG THE_LOUNGE_VERSION="v4.4.3"
# hadolint ignore=DL3003
RUN \
apk add --no-cache --virtual .build-dependencies \
g++=13.2.1_git20231014-r0 \
git=2.43.0-r0 \
g++=14.2.0-r4 \
git=2.47.2-r0 \
make=4.4.1-r2 \
python3=3.11.9-r0 \
python3=3.12.9-r0 \
\
&& apk add --no-cache \
icu-data-full=74.1-r0 \
nginx=1.24.0-r15 \
icu-data-full=74.2-r0 \
nginx=1.26.2-r4 \
nodejs=22.13.1-r0 \
yarn=1.22.22-r1 \
\
&& yarn global add \
modclean@3.0.0-beta.1 \
6 changes: 3 additions & 3 deletions thelounge/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base-nodejs:0.2.1
amd64: ghcr.io/hassio-addons/base-nodejs:0.2.1
armv7: ghcr.io/hassio-addons/base-nodejs:0.2.1
aarch64: ghcr.io/hassio-addons/base:17.2.1
amd64: ghcr.io/hassio-addons/base:17.2.1
armv7: ghcr.io/hassio-addons/base:17.2.1
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev