commandcracker/CraftOS-PC action
Run CraftOS-PC as an GitHub action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| root | The root directory of the craftos-pc containg a startup.lua | no | ./ |
| timeout | Specifies the maximum amount of time that the action will run before timing out. "timeout is a floating point number with an optional suffix:" 's' for seconds (the default), 'm' for minutes, 'h' for hours or 'd' for days. A duration of 0 disables the associated timeout. | no | 60 |
| disable_root | This will disable mounting the root directory making the root input useless. Use this if root files should be mounted to user data directory. | no | — |
| directory | Sets the directory that stores user data. Use disable_root if you want to use the user data computer directory as root! | no | — |
| luajit | Setting this will use CraftOS-PC Accelerated (with LuaJIT) instead of default CraftOS-PC (with PUC Lua) | no | — |
| options | These are the options that will be passed to CraftOS-PC | no | — |
| disable_tweaks | Setting this will dsiable all CraftOS-PC-Tweaks | no | — |
| disable_default_settings | Setting this will dsiable all default CraftOS-PC settings. This is required if you want to delete .settings for some odd reason. | no | — |
| id | Sets the ID of the computer that will launch | no | — |
| timeout_signal | specify the signal to be sent on timeout; SIGNAL may be a name like 'HUP' or a number; see 'kill -l' for a list of signals | no | HUP |
| disable_timeout_verbose | This will disable verbose timeout, not printing if a timeout accoured. | no | — |
| timeout_arguments | Defines additional timeout arguments. | no | — |
| disable_single | Setting this will disable the single window render mode. It is not recommended to do this unless you know what you are doing. | no | — |
| disable_headless | Setting this will disable the headless render mode. It is not recommended to do this unless you know what you are doing. | no | — |
Outputs
no outputs