aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove not used packages in DockerfilePeter Dave Hello2021-01-041-1/+1
|
* Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX shPeter Dave Hello2021-01-041-0/+2
|
* More attractive image + credits updatessickcodes2020-12-172-0/+4
|
* Merge pull request #113 from weskerfoot/docs-updatessickcodes2020-12-171-1/+116
|\ | | | | Docs updates: usb passthrough, headless mode, disk space reduction guide
| * note about USB pass throughwes2020-12-161-1/+1
| |
| * more readme improvements, usb pass through, spice, etcwes2020-12-161-54/+116
| |
| * initial stab at CI instructions and reduce disk usage instructionswes2020-12-161-0/+53
| |
* | Merge pull request #112 from PeterDaveHello/SimplifyDockerfilesickcodes2020-12-171-8/+2
|\ \ | |/ |/| Reduce Dockerfile instructions and Docker image layers
| * Merge a few `WORKDIR` & `RUN git clone` in DockerfilePeter Dave Hello2020-12-171-5/+2
| | | | | | | | This will reduce the instructions and Docker image layers.
| * Remove unnecessary `WORKDIR` instruction in DockerfilePeter Dave Hello2020-12-171-3/+0
|/ | | | | The working directory was not changed before and after it, don't need to change to the SAME directory again :D
* Add PeterDaveHello to credits.md for last two pull requests.sickcodes2020-12-161-0/+3
|
* Merge pull request #110 from PeterDaveHello/git-clone-depth-1sickcodes2020-12-161-2/+2
|\ | | | | Reduce image size by setting git clone depth
| * Reduce image size by setting git clone depthPeter Dave Hello2020-12-151-2/+2
| |
* | Merge pull request #111 from PeterDaveHello/SimplifyDockerfilesickcodes2020-12-161-3/+1
|\ \ | |/ |/| Simplify .ssh directory setup process in Dockerfile
| * Simplify .ssh directory setup process in DockerfilePeter Dave Hello2020-12-151-3/+1
|/
* [QOL] Documentation updates about duplicating containerssickcodes2020-11-281-17/+54
|
* Fixed Dockerfile instructions to align with the README instructions.sickcodes2020-11-133-13/+5
|
* Merge pull request #102 from AdamMomen/patch-1sickcodes2020-11-091-0/+3
|\ | | | | modify/auto-boot vnc container
| * Update README.mdAdamMomen2020-11-061-0/+3
|/ | | | | | | | | | | | | | | | | ## What? I've added a script on how to automatic boot vnc-version container in `README.md` file for better usablility. For more background, see ticket #83 . ## Why? Because the script provided in the readme file didn't work on vnc-version container. ## How? ## Testing? No automated tests, take my word for it ;) ## Screenshots Before ![image](https://user-images.githubusercontent.com/55929982/98357198-26194080-2025-11eb-81bb-28259a1f63ab.png) After ## Anything Else? Nope
* [README] Typo, link fixed, creditssickcodes2020-10-292-2/+4
|
* Merge pull request #94 from mikob/patch-1sickcodes2020-10-141-0/+2
|\ | | | | Made instructions more clear for those needing Xcode
| * Made instructions more clear for those needing XcodeMiko2020-10-141-0/+2
|/ | | | Firstly, amazing job with this project - it really works. I had to reinstall a few times to get the capacity right to fit Xcode. Just wanted to save others the trouble by noting the min. needed disk size for Xcode. In my case 50gb was too little, so the exact right amount lies between 50-60gb.
* [QOL] Launch without having to press anything at the boot menu (see readme)sickcodes2020-10-062-1/+22
|
* Documentation tidysickcodes2020-10-061-64/+101
|
* Add vim and nano to the container, expand on ipv4 forwarding docs, add info ↵sickcodes2020-10-053-14/+77
| | | | about ${DISPLAY:-:0.0}
* Merge pull request #87 from MrBenFTW/patch-1sickcodes2020-10-051-1/+7
|\ | | | | Update README.md
| * Update README.mdBen Mitchell2020-10-041-1/+7
|/
* v2.6 Update documentationsickcodes2020-09-263-7/+12
|
* OSX-KVM foldersickcodes2020-09-251-1/+1
|
* Pathssickcodes2020-09-251-5/+11
|
* Work foldersickcodes2020-09-251-0/+3
|
* Added awesome fixes by @jimdigriz: image size, shellisms, fallback2kvm, ↵sickcodes2020-09-241-1/+4
| | | | unprivileged mode
* Merge pull request #82 from jimdigriz/tweakssickcodes2020-09-242-50/+45
|\ | | | | misc improvements to build, runtime and documentation
| * improve handling of BaseSystem.dmg to reduce image by 2.5GB (from 6GB)Alexander Clouter2020-09-201-18/+18
| |
| * pulseaudio exampleAlexander Clouter2020-09-201-0/+9
| | | | | | | | | | | | | | AppleALC does not support the codec out of the box and I have been unable to work through https://osy.gitbook.io/hac-mini-guide/details/hda-fix to figure out how to make it appear. The controller does work, but without the codec driver support there no soundcard is present to macOS
| * make audio driver configurable but defaults to alsaAlexander Clouter2020-09-201-1/+1
| |
| * remove need for privilegedAlexander Clouter2020-09-202-11/+7
| |
| * remove need for DISPLAYAlexander Clouter2020-09-202-4/+6
| |
| * support fallback to tcg from kvmAlexander Clouter2020-09-201-3/+3
| |
| * use shell exec/set-euAlexander Clouter2020-09-201-1/+3
| |
| * use shell expansions for defaultsAlexander Clouter2020-09-201-19/+4
| |
| * empty pkg cacheAlexander Clouter2020-09-201-1/+2
|/
* README update for current feature setsickcodes2020-09-201-54/+81
|
* VNC: updated for tigervnc 1.11.0 https://github.com/TigerVNC/tigervnc/releasessickcodes2020-09-203-26/+23
|
* Merge pull request #77 from MrBenFTW/mastersickcodes2020-08-292-7/+19
|\ | | | | Improvments
| * Update README.mdBen Mitchell2020-08-231-0/+12
| |
| * Update README.mdBen Mitchell2020-08-231-3/+1
| | | | | | no longer necessary to remove 1gb from the disk.
| * Update macOS + add Screen SharingBen Mitchell2020-08-231-4/+6
| | | | | | Update macOS Catalina to the latest version by default and enable port forwarding for screen share
| * Merge pull request #1 from sickcodes/masterBen Mitchell2020-08-230-0/+0
| |\ | |/ |/| Merge pull request #75 from MrBenFTW/master
* | Merge pull request #75 from MrBenFTW/mastersickcodes2020-08-231-2/+3
|\| | | | | Fix gpk error