Commit Graph

68 Commits

Author SHA1 Message Date
Jari
aeda6de1d6 Bump DFL to latest (#22) 2023-03-15 19:00:31 -07:00
TrainDoctor
b0bf2b1cd1 Revert due to changes breaking plugins 2023-03-05 19:03:54 -08:00
TrainDoctor
6df09f9fcb Added USER_ID and DECKY_USER_ID env vars 2023-03-05 16:39:28 -08:00
kmiqka
16f44fc8b1 corrects missing ssh port for rsync (#20) 2023-03-03 18:47:26 -08:00
Kevin Hester
1dd9bb21b6 Add a 'restartloader' tasks to restart the python backend. (#19)
This is useful for testing/developing the python code.

I also added this as an optional last
subtask on allinone.
2023-02-20 10:34:55 -08:00
Aleksandr
d81b0bbc06 Makefile helper tools, bump frontend UI version (#17)
* Makefile helper tools, frontend UI lib updated, option added to build plugin in docker

* docker/makefile cleanup
2023-02-19 14:46:54 -08:00
Philipp Richter
39f7aadf70 Add support for the 'decky_plugin' module exposed by decky-loader (#16)
* Add support for the 'decky_plugin' module exposed by decky-loader

* Make versioned 'decky_plugin.pyi' stub interface and 'py_modules'
support available

* Add rule to ignore 'decky_plugin.py'
2023-02-19 14:43:09 -08:00
TrainDoctor
b05ecd55e7 Update README.md 2023-02-09 10:09:33 -08:00
TrainDoctor
4991e260a4 Update README.md 2023-02-08 18:44:07 -08:00
Jens Klingenberg
ae179d618e Replace NavigateToStore (#15) 2023-01-18 16:59:57 -08:00
Luis Finke
9b03754939 add py_modules to vscode defsettings.json (#14) 2023-01-18 16:59:56 -08:00
Jens Klingenberg
965b1ea7d0 fix broken link (#13) 2023-01-04 16:02:31 -08:00
TrainDoctor
e2b4542b58 Update README.md 2022-11-19 13:36:20 -08:00
TrainDoctor
36389449ff Update README.md 2022-11-05 15:43:10 -07:00
TrainDoctor
17924b84e3 Explicit requirements for LICENSE.md 2022-11-05 03:42:56 -07:00
TrainDoctor
9a58f8aaa0 Update template 2022-10-22 18:53:22 -07:00
TrainDoctor
05eefd80a5 Update main.py 2022-10-22 18:48:59 -07:00
TrainDoctor
8dd0b92dc0 Update LICENSE 2022-10-09 16:17:35 -07:00
TrainDoctor
1228d24ccc Fix plugin template having the do not upload tag 2022-10-09 08:55:03 -07:00
TrainDoctor
fee981b521 Update package.json 2022-09-19 14:29:37 -07:00
TrainDoctor
33bde6f55f Update package.json 2022-09-19 14:29:13 -07:00
TrainDoctor
b0f960d7db Update package.json 2022-09-18 17:21:42 -07:00
TrainDoctor
55d4daca69 Added "do not upload" tag to plugin-template 2022-09-18 12:12:07 -07:00
TrainDoctor
c15ae3b743 Big README update and comments in Dockerfile 2022-09-18 12:12:07 -07:00
TrainDoctor
7517e7e1c7 Made entrypoint.sh executable 2022-09-18 12:11:27 -07:00
TrainDoctor
43d9b29d04 Adjusted entrypoint.sh to actually build binary 2022-09-18 12:11:27 -07:00
TrainDoctor
aa46a9ee70 Updated dockerfile to reflect CI/CD on database 2022-09-18 12:11:27 -07:00
TrainDoctor
9d8ffe8299 Add default entrypoint.sh 2022-09-18 12:11:27 -07:00
TrainDoctor
3f233cae29 Switch to holo-docker image 2022-09-18 12:11:26 -07:00
TrainDoctor
d13987ac2b whoops wrong image name 2022-09-18 12:11:26 -07:00
TrainDoctor
328d3a8316 Add template dockerfile for testing 2022-09-18 12:11:26 -07:00
TrainDoctor
95ee2b54c7 Add remote_binary, use url to download remote bin 2022-09-11 16:41:34 -07:00
TrainDoctor
eef6195ec4 Update decky-frontend-lib 2022-09-10 19:10:02 -07:00
TrainDoctor
4fcd72fd1b Added basic logging config 2022-08-24 18:06:26 -07:00
TrainDoctor
2c0988f3c1 Update README.md 2022-08-23 11:06:04 -07:00
TrainDoctor
7fcb773908 Update README.md 2022-08-23 11:05:20 -07:00
Nick Girga
7972ff7879 fix link typo in README.md (#8)
Co-authored-by: Nick Girga <contact@nickgirga.com>
2022-08-21 10:38:27 -07:00
TrainDoctor
5b4aa87ba3 Add a license to the template
You may re-license your plugin under another license but you will need to keep this license notice with source code and binary redistribution.
This is best done by adding your preferred license to the top of this file and including this license above.
2022-08-15 15:00:00 -07:00
TrainDoctor
af817b6b5f Merge Dockerfile and example files for backend support example (#7)
* Add template dockerfile for testing

* Switch to holo-docker image

* Add default entrypoint.sh

* Updated dockerfile to reflect CI/CD on database

* Add template makefile, main.c

* Adjusted entrypoint.sh to actually build binary

* Made entrypoint.sh executable

* Big README update and comments in Dockerfile
2022-08-13 20:14:43 -07:00
TrainDoctor
41103641bd Update README.md 2022-07-28 15:16:49 -07:00
TrainDoctor
9502211299 Update README.md 2022-07-28 15:13:20 -07:00
D_Pain
3c508eb258 Ensure correct permissions during deployment. (#6)
* Sets files and directories that are being deployed to the Steamdeck to have correct permissions.
2022-07-27 13:14:38 -07:00
TrainDoctor
b88b430e26 Update to latest version of decky-frontend-library 2022-07-26 13:39:05 -07:00
TrainDoctor
93c909b231 Missed a spot, this will make all subdirs of homebrew readwrite-able
Keep in mind this does not reflect the default setup for end-users!
2022-07-26 13:36:49 -07:00
TrainDoctor
ac0fde6d6e Update tasks to deploy plugins to non-dev directory
Now that binary releases are out, this makes more sense for developers.
2022-07-25 12:12:38 -07:00
TrainDoctor
6639643077 Add defaults folder to template 2022-07-18 16:15:20 -07:00
AAGaming
da3a4183ca bump decky-frontend-lib 2022-07-03 17:54:05 -04:00
TrainDoctor
d58b8f752d Run chmodfolders before and after deploy 2022-06-29 12:19:09 -07:00
AAGaming
25f3f8c7e1 another temp edit 2022-06-28 14:10:09 -04:00
AAGaming
bc8b57be3a temp plugin.json fixes for store testing 2022-06-28 13:45:27 -04:00