diff --git a/Dockerfile b/Dockerfile index cfc823b..930b9d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN cd app && pip install . COPY app /app RUN mkdir -p /usr/blueos/userdata/blueos-proxy/ -LABEL version="1.0.3" +LABEL version="1.0.4" # TODO: Add a Volume for persistence across boots LABEL permissions='\ {\ diff --git a/app/setup.py b/app/setup.py index ddf0e9d..8023b5c 100644 --- a/app/setup.py +++ b/app/setup.py @@ -6,7 +6,7 @@ setup( name="Blueos Proxy Extension", - version="1.0.3", + version="1.0.4", description="BlueOS Proxy Extension", license="MIT", install_requires=[ diff --git a/app/static/index.html b/app/static/index.html index 55cc4fb..37a66f4 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -29,7 +29,7 @@ BluOS Proxying Extension - This extension allows you to use your BlueOS device as a proxy. this is useful if you need to access a UI on a network that is not accessible from your device, but is from the BlueOS. + This extension allows you to use your BlueOS device as a proxy. this is useful if you need to access a UI on a network that is not accessible from your display device, but is from the BlueOS backend. Click "Add" to add a new item, and "Save" to save the items.