Pascal Vizeli
01d18d5ff3
Allow custom options without validate ( #80 )
2017-06-17 22:47:56 +02:00
Pascal Vizeli
99aa438817
Allow extend cap for addons ( #77 )
...
* Allow extend cap for addons
* cleanup
2017-06-05 12:46:45 +02:00
Pascal Vizeli
6b16da93cd
WIP: Refactory / Cleanup docker base ( #73 )
...
* Refactory / Cleanup docker base
* Check ID of running image
* Small bugs / lint
* Add log info
* Fix lint
* Add a real cleanup solution
* fix unused import
* Cleanup restart after updates
* Use restart callback
* rename callback
* Add info log for cleanup & fix lint
* Fix lint
* fix wrong id
* fix set addon as install
2017-05-31 23:41:04 +02:00
bestlibre
c1cd9bba45
Adding tmpfs to addon config ( #72 )
...
* Adding tmpfs to addon config
* Adding vol.Match and correcting syntax error
* Missing import and linting
* Update addon.py
* Revert "Update addon.py"
This reverts commit 82798c8f2dc4f1bd297ef437f96eb19c69ca5df0.
* optimaze code
2017-05-31 09:39:22 +02:00
Pascal Vizeli
544c009b9c
Fix rewrite config to addon on restart ( #71 )
2017-05-23 22:52:28 +02:00
Pascal Vizeli
0cdef0d118
Allow add-on to run on host network ( #67 )
...
* Allow add-on to run on host network
* cleanup name
* fix lint
2017-05-22 21:52:37 +02:00
Pascal Vizeli
ad1a8557b8
Fix panel & new startup type ( #62 )
...
* Fix pannel
* Add new startup type
2017-05-19 22:31:34 +02:00
Pascal Vizeli
d34203b133
Remove mnt mount ( #60 )
...
* Remove mnt mount
* fix lint
2017-05-18 17:45:44 +02:00
Pascal Vizeli
6031a60084
Add addon share and allow to mount host mnt ( #58 )
...
* Add addon share and allow to mount host mnt
* fix comments logs
2017-05-17 17:21:54 +02:00
Pascal Vizeli
39d5785118
Allow config.json to manipulate docker env. ( #57 )
...
Allow config.json to manipulate docker env.
2017-05-17 14:45:02 +02:00
Pascal Vizeli
bd756e2a9c
fix dev regex
2017-05-16 22:11:42 +02:00
Pascal Vizeli
e7920bee2a
Fix group regex
2017-05-16 22:03:51 +02:00
Pascal Vizeli
ebcc21370e
Add policy for mappings ( #55 )
...
* Add policy for mappings
* fix travis
2017-05-16 17:15:35 +02:00
Pascal Vizeli
34c4acf199
Add device support ( #54 )
...
Add device support
2017-05-16 14:50:47 +02:00
Pascal Vizeli
237ee0363d
Update error message ( #48 )
2017-05-15 00:08:15 +02:00
Pascal Vizeli
86180ddc34
Allow every repository to make a local build ( #47 )
...
* Allow every repository to make a local build
* store version of build
* cleanup code
* fix lint
2017-05-14 23:32:54 +02:00
Pascal Vizeli
0955bafebd
Update data handling of addons ( #44 )
...
* Update data handling of addons
* Update addons api
* Update data.py
* Update data.py
* Add url fix bug
2017-05-12 16:14:49 +02:00
Pascal Vizeli
f4cb16ad09
WIP: Add support for build docker on local repository ( #42 )
...
* Add support for build docker on local repository
* Add docker support
* finish build
* change api
* add dockerfile generator
* finish it
* fix lint
* fix path
* fix path
* fix copy
* add debug stuff
* fix docker template
* cleanups
* fix addons
* change handling
* fix lint / cleanup code
* fix lint
* tag
2017-05-12 01:37:03 +02:00
Pascal Vizeli
c2ba02722c
Add arch to addon config / hole api ( #38 )
...
* Add arch to addon config / hole api
* fix wrong copy past
2017-05-09 17:03:59 +02:00
Pascal Vizeli
f59f0793bc
Add restart support to homeassistant and add-ons ( #37 )
2017-05-08 23:31:30 +02:00
Pascal Vizeli
63b96700e0
Add more infos to /addons/xy/info ( #36 )
2017-05-08 19:46:08 +02:00
Pascal Vizeli
a4f74676b6
add slug
2017-05-08 00:55:21 +02:00
Pascal Vizeli
f199a5cf95
Update log info
2017-05-08 00:32:45 +02:00
Pascal Vizeli
5896fde441
Add support for 0.44.1 ( #33 )
...
* Add support for 0.44.1
* fix lint
* fix lint
* fix lint
2017-05-08 00:19:57 +02:00
Pascal Vizeli
aa9c300d7c
Return only installed addons inside info call ( #32 )
2017-05-07 16:33:27 +02:00
Pascal Vizeli
f6048467ad
Update api infos ( #28 )
...
* New cleanup
* Cleanup addons data object from api stuff.
* Fix lint
* Fix repo export
* Fix part 2
* Update API.md
2017-05-02 18:50:35 +02:00
Pascal Vizeli
f178dde589
fix lint
2017-05-02 02:25:22 +02:00
Pascal Vizeli
545d45ecf0
Add more exceptions
2017-05-02 02:24:19 +02:00
Pascal Vizeli
c333f94cfa
Fix options path
2017-05-02 02:01:12 +02:00
Pascal Vizeli
d2f8e35622
Fix path
2017-05-02 01:36:15 +02:00
Pascal Vizeli
1e4ed9c9d1
Fix str by docker extern
2017-05-02 01:34:54 +02:00
Pascal Vizeli
57c21b4eb5
Fix glob
2017-05-02 01:27:53 +02:00
Pascal Vizeli
088cc3ef15
Only loop dir in custom
2017-05-02 01:24:42 +02:00
Pascal Vizeli
9e326f6324
Remove old file handling
2017-05-02 01:09:39 +02:00
Pascal Vizeli
5840290df7
Fix bug
2017-05-02 00:57:03 +02:00
Pascal Vizeli
58fdabb8ff
Fix relative glob
2017-05-02 00:32:56 +02:00
Pascal Vizeli
b8fc002fbc
Update new path
2017-05-02 00:24:29 +02:00
Pascal Vizeli
ff640c598d
Support for repository store. ( #26 )
...
* Support for repository store.
* Fix api
* part 1 of restruct and migrate pathlib
* Migrate p2
* fix lint / cleanups
* fix lint p2
* fix lint p3
2017-05-02 00:02:55 +02:00
Pascal Vizeli
2e168d089c
Fix validate required arguments ( #25 )
2017-04-30 19:03:26 +02:00
Pascal Vizeli
9559c39351
fix update merge
2017-04-28 01:56:07 +02:00
Pascal Vizeli
9d95b70534
fix list remove
2017-04-28 01:40:06 +02:00
Pascal Vizeli
3bad896978
fix handling
2017-04-28 01:26:37 +02:00
Pascal Vizeli
9f406df129
Fix regex
2017-04-28 01:12:27 +02:00
Pascal Vizeli
a9b4174590
Add support for arch in custom image name
2017-04-28 01:07:54 +02:00
Pascal Vizeli
9109e3803b
Use in every case a hash for addon name
2017-04-28 01:01:57 +02:00
Pascal Vizeli
422dd78489
Fix list handling
2017-04-28 00:45:53 +02:00
Pascal Vizeli
9e1d6c9d2b
Change log output / fix bug with store repository
2017-04-28 00:26:58 +02:00
Pascal Vizeli
a287f52e47
fix spell
2017-04-27 23:43:18 +02:00
Pascal Vizeli
76952db3eb
fix old code
2017-04-27 23:37:35 +02:00
Pascal Vizeli
871721f04b
Fix lint p2
2017-04-27 23:31:34 +02:00