Add issue links to README
This commit is contained in:
parent
9151562b6b
commit
93260c6bde
1 changed files with 18 additions and 8 deletions
26
README.md
26
README.md
|
|
@ -76,13 +76,21 @@ If it can run on Linux in *any way, shape, or form*, it can be supervised by
|
||||||
|
|
||||||
Contributions are welcome for improvements and not yet implemented backends,
|
Contributions are welcome for improvements and not yet implemented backends,
|
||||||
such as:
|
such as:
|
||||||
* Content-aware media player with supervised libraries [TODO: link to issue]
|
* Content-aware media player with supervised libraries
|
||||||
* Pre-booted Steam to improve launch time [TODO: link to issue]
|
([#3](https://github.com/aarmea/shepherd-launcher/issues/3))
|
||||||
* Android apps via Waydroid, including pre-booting Android if necessary [TODO: link to issue]
|
* Pre-booted Steam to improve launch time
|
||||||
* Legacy Win9x via DOSBox, QEMU, or PCem, including scripts to create a boot-to-app image [TODO: link to issue]
|
([#4](https://github.com/aarmea/shepherd-launcher/issues/4))
|
||||||
* Chrome, including strict sandboxing and support for firewall rules [TODO: link to issue]
|
* Android apps via Waydroid, including pre-booting Android if necessary
|
||||||
|
([#5](https://github.com/aarmea/shepherd-launcher/issues/5))
|
||||||
|
* Legacy Win9x via DOSBox, QEMU, or PCem, including scripts to create a boot-to-app image
|
||||||
|
([#6](https://github.com/aarmea/shepherd-launcher/issues/6))
|
||||||
|
* Chrome
|
||||||
|
([#7](https://github.com/aarmea/shepherd-launcher/issues/7)),
|
||||||
|
including strict sandboxing and support for firewall rules
|
||||||
|
([#8](https://github.com/aarmea/shepherd-launcher/issues/8))
|
||||||
* Awareness of whether an Internet connection is available, and an availability
|
* Awareness of whether an Internet connection is available, and an availability
|
||||||
rule that gates activities based on this [TODO: link to issue]
|
rule that gates activities based on this
|
||||||
|
([#9](https://github.com/aarmea/shepherd-launcher/issues/9))
|
||||||
* Porting to other *host* platforms, such as a Microsoft Windows shell
|
* Porting to other *host* platforms, such as a Microsoft Windows shell
|
||||||
replacement or macOS kiosk via MDM. `shepherd-launcher` is architected such
|
replacement or macOS kiosk via MDM. `shepherd-launcher` is architected such
|
||||||
that `shepherdd`, the core enforcement service, does not render any UI and
|
that `shepherdd`, the core enforcement service, does not render any UI and
|
||||||
|
|
@ -111,8 +119,10 @@ binaries and installation instructions are not yet available.
|
||||||
See [CONTRIBUTING.md](./CONTRIBUTING.md) for how to run in development.
|
See [CONTRIBUTING.md](./CONTRIBUTING.md) for how to run in development.
|
||||||
|
|
||||||
Contributions are welcome for:
|
Contributions are welcome for:
|
||||||
* a CI step that generates production binaries [TODO: link to issue]
|
* a CI step that generates production binaries
|
||||||
* an installation script [TODO: link to issue]
|
([#1](https://github.com/aarmea/shepherd-launcher/issues/1))
|
||||||
|
* an installation script
|
||||||
|
([#2](https://github.com/aarmea/shepherd-launcher/issues/2))
|
||||||
|
|
||||||
## Example configuration
|
## Example configuration
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue