Community Hass.io Add-on: IDE, based on Cloud9

thanks David, i want duckdns / allowencrypt to run Google Assistant component :frowning:

Wonā€™t get that working without nabucasa cloud. Must have a real IP address to get letā€™s encrypt/ duckdns running

Sorry if I missed this higher in the thread but is Hass.io Ingress support planned? I currently only use the IDE when I am home and can use the local address and port to access it, it would be wonderful to have the UI passed through HASS remotely without exposing more ports.

2 Likes

:tada: Release v2.0.0

Full Changelog

This release is a maintenance release, upgrading all parts of the add-on to the latest and greatest.

:hammer: Changes

  • :arrow_up: Upgrades bind-tools to 9.12.4_p1-r1
  • :arrow_up: Upgrades openssh to 7.9_p1-r5
  • :arrow_up: Upgrades python to 2.7.16-r1
  • :arrow_up: Upgrades lua-resty-http to 0.13-r0
  • :ambulance: Turns of Lua Resty core in Nginx
  • :arrow_up: Upgrades mariadb-client to 10.3.13-r1
  • :arrow_up: Upgrades add-on base image to 3.1.1
  • :arrow_up: Upgrades MariaDB client to 10.3.15-r0
  • :arrow_up: Upgrades base image to v3.1.2
  • :arrow_up: Upgrades SQLite to 3.28.0-r0
  • :arrow_up: Upgrades add-on base image to v4.0.1
  • :arrow_up: Upgrades libxml2 to 2.9.9-r2
  • :arrow_up: Upgrades openssl to 1.1.1c-r0
  • :arrow_up: Upgrades yarn to 1.16.0-r0
  • :arrow_up: Upgrades nodejs to 10.16.0-r0
  • :arrow_up: Upgrades bind-tools to 9.14.1-r1
  • :arrow_up: Upgrades colordiff to 1.0.18-r1
  • :arrow_up: Upgrades git to 2.22.0-r0
  • :arrow_up: Upgrades mariadb-client to 10.3.16-r0
  • :arrow_up: Upgrades mosquitto-clients to 1.6.3-r0
  • :arrow_up: Upgrades ncurses to 6.1_p20190518-r0
  • :arrow_up: Upgrades nginx to 1.16.0-r2
  • :arrow_up: Upgrades openssh-client to 8.0_p1-r0
  • :arrow_up: Upgrades sshfs to 3.5.2-r0
  • :arrow_up: Upgrades sudo to 1.8.27-r0
  • :arrow_up: Upgrades tmux to 2.9a-r0
  • :arrow_up: Upgrades zsh to 5.7.1-r0
  • :arrow_up: Upgrades zsh-autosuggestions to 0.6.1-r0
  • :arrow_up: Upgrades yamllint to 1.16.0
  • :fire: Removes now deprecated ssl directive
  • :pencil2: Maintaince -> Maintenance
  • :sparkles: Adds FUNDING.yml
  • :fire: Removes dropped tmux config directives

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

1 Like

:tada: Release v2.0.1

Full Changelog

This release is a maintenance release.

:hammer: Changes

  • :arrow_up: Upgrades add-on base image to v4.0.2
  • :arrow_up: Upgrades bind-tools to 9.14.3-r0

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

Love this! Will it be getting Ingress support?

No it wonā€™t.

Ah okay thanksā€¦ how come?

Because it canā€™t. Not every is add-on able to run as Ingress.

:tada: Release v2.0.2

Full Changelog

This release is a maintenance release.

:hammer: Changes

  • :arrow_up: Upgrades add-on base image to v4.0.3
  • :arrow_up: Upgrades mariadb-client to 10.3.17-r0
  • :arrow_up: Upgrades Hassio CLI to 2.3.0

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

:tada: Release v2.0.3

Full Changelog

This release is a maintenance release.

:hammer: Changes

  • :arrow_up: Upgrades nginx to 1.16.1-r0
  • :arrow_up: Upgrades Hassio CLI to v3.0.0

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

:tada: Release v2.0.4

Full Changelog

This release is a maintenance release.

:hammer: Changes

  • :arrow_up: Upgrades Hassio CLI to v3.1.0

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

Thanksā€¦ that saved me. Is this documented somewhere?

Not that I could findā€¦ but any addon that does not require you to configure a username/password is most likely using a home assistant user.

1 Like

:tada: Release v2.0.5

Full Changelog

This release is a maintenance release.

:hammer: Changes

  • :arrow_up: Upgrades add-on base image to v4.1.1
  • :hammer: Updates HA Auth URL in NGinx LUA script
  • :ambulance: Fixes path handling for SSL certificates
  • :hammer: Use Hass.io DNS as NGinx resolver

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

The badges that each add-on have tell you that:

image

The last badge is AUTH, which means it uses Home Assistant authentication.

2 Likes

Thanks for letting me know that. Thats another lesson learned. Cheersā€¦

1 Like

My Cloud9 IDE is dead (after upgrading to 0.98.4 - not sure):


[17:08:58] INFO: Starting Nginx...
nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html)
2019/09/08 17:08:58 [emerg] 22743#22743: socket() [::]:8321 failed (97: Address family not supported by protocol)

What it can be?

Find the issue -> was caused by disabling globally the IPV6ā€¦

hmmm, since I added my local subnets to the trusted_networks feature the ide addon prompts me via httaccess but wonā€™t let me in with the proper password. if i disable the trusted_networks itā€™s working againā€¦ could this be fixed?