Skip to content

Commit

Permalink
changed mmdvmhost config path to /config/mmdvm.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
LaneaLucy committed Apr 20, 2024
1 parent d7ad3a2 commit 3a839a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MMDVMHost/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN chown -R www-data:www-data /var/www/html \


COPY run.sh /
COPY MMDVM.ini /MMDVMHost/MMDVM.ini
# COPY MMDVM.ini /MMDVMHost/MMDVM.ini
RUN chown -R mmdvm:mmdvm /MMDVMHost/MMDVM.ini
COPY lighttpd.conf /etc/lighttpd/lighttpd.conf
COPY rootfs /
Expand Down
4 changes: 3 additions & 1 deletion MMDVMHost/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config

Check warning on line 1 in MMDVMHost/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on MMDVMHost

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config

Check warning on line 1 in MMDVMHost/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on MMDVMHost

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config

Check warning on line 1 in MMDVMHost/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on MMDVMHost

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config

Check warning on line 1 in MMDVMHost/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on MMDVMHost

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config
name: MMDVMHost
version: "0.1.45"
version: "0.1.46"
slug: mmdvmhost
description: MMDVMHost + MMDVMHost-Dasboard
url: "https://github.com/LaneaLucy/haos-addons/tree/main/MMDVMHost"
Expand All @@ -12,6 +12,8 @@ arch:
- i386
init: false
uart: true
map:
- config
ports:
8088/tcp: 8088
webui: http://[HOST]:[PORT:8088]/
Expand Down
2 changes: 1 addition & 1 deletion MMDVMHost/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
set -e

CONFIG="/MMDVMHost/MMDVM.ini"
CONFIG="/config/MMDVM.ini"

bashio::log.info "Creating configuration..."

Expand Down

0 comments on commit 3a839a9

Please sign in to comment.