aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeLines
* Update files according to new CI setupsebastiaan/backend/cache-docker-imagesGravatar Sebastiaan Zeeff2020-11-18-7/+9
|
* add --dev flag to readmeGravatar Rasmus Moorats2020-03-29-1/+1
|
* Move snekbox.cfg to a config directoryGravatar MarkKoz2020-03-23-1/+1
| | | | | There will be more config files to come so it's cleaner to have them together than littering the root directory with more files.
* Fix a grammatical error in README.mdGravatar MarkKoz2020-03-23-1/+1
|
* Replace NsJail config details with a reference to snekbox.cfgGravatar MarkKoz2020-03-23-15/+2
| | | | | | As convenient as it may be, it is redundant to list out the config in the docs. It also may fall out of sync with the actual config should someone forget to update the docs.
* Use reference links in README.mdGravatar MarkKoz2020-03-23-7/+18
| | | | Makes the Markdown less cluttered when editing it.
* Document a simple way to run the container from Docker HubGravatar MarkKoz2020-03-23-0/+12
| | | | | | | | The current run instructions are geared towards developers. A simpler way to run snekbox is to start a container with `docker run` via the image published on Docker Hub. Resolves #57
* Increase time limit from 2 to 5 secondsGravatar Joseph Banks2020-01-24-1/+1
|
* Mount only what's needed in the chroot jailGravatar MarkKoz2019-12-28-1/+1
| | | | | | | | | | | | devfs and sysfs were problematic since they were being mounted as tmpfs, which is r/w. For example, the Python process could write to cgroups. Now, only what is needed to run Python gets mounted. This boils down to the venv itself and some shared libraries Python needs. * Use a config file for NsJail instead of command-line options * Map 65534 (nobody) user & group inside the user namespace to 65534 outside the namespace rather than mapping to current uid/guid (which was 0 AKA root)
* Use bash instead of ashGravatar MarkKoz2019-12-14-3/+3
| | | | Forgot to do this after switching to Debian.
* Update the Python version in READMEGravatar MarkKoz2019-12-14-2/+2
|
* Use pipenv sync instead of pipenv --syncGravatar Maku2019-10-05-1/+1
|
* Increase size of some headings in READMEGravatar MarkKoz2019-08-05-2/+2
|
* Add links to API docs in READMEGravatar MarkKoz2019-08-05-10/+13
| | | | | | | * Add a link to pipenv * Remove the "Details" section; now part of the first "snekbox" section * Clarify that snekbox uses a HTTP REST API * Document the default host and port for the webserver
* Fix grammar in READMEGravatar MarkKoz2019-08-04-2/+2
|
* Add Pipfile script and docs for building dev venv imageGravatar MarkKoz2019-08-04-1/+15
| | | | | | | | The builddev script will build just the dev venv image. The testb script will build the dev venv image, clean up dangling images, and then run tests. * Give the coverage commands their own header in the README
* Rewrite README and clean up Pipfile scriptsGravatar MarkKoz2019-08-04-63/+79
| | | | | | * Make the report script do the normal coverage report instead of HTML * Remove Docker image push scripts * Add image build script for the venv image
* Merge remote-tracking branch 'origin' into rmq_removalGravatar MarkKoz2019-03-28-1/+1
|\
| * Add Azure CI. (#16)Gravatar scragly2019-03-29-1/+1
| | | | | | | | | | This PR is to add CI settings to master and to test the PR CI pipeline.
* | Remove gevent from dependency table in readmeGravatar MarkKoz2019-03-25-1/+0
| |
* | Remove RMQ, Add API POST request method.Gravatar Scragly2019-01-20-41/+18
|/
* CIGravatar Christopher Baklid2018-06-05-5/+2
|
* Update README.mdGravatar Christopher Baklid2018-06-05-1/+6
|
* consistent naming conventions, update readme, hopefully fix travis testGravatar Christopher Baklid2018-06-03-2/+2
|
* nsjail workaround, fix forkbomb, add forkbomb unit testGravatar Christopher Baklid2018-06-03-1/+7
|
* update docsGravatar Christopher Baklid2018-06-03-21/+48
|
* update readme [ci skip]Gravatar Christopher Baklid2018-05-31-1/+1
|
* copy paste error in readmeGravatar Christopher Baklid2018-05-31-1/+1
|
* more testingGravatar Christopher Baklid2018-05-31-0/+1
|
* try againGravatar Christopher Baklid2018-05-31-0/+1
|
* removed nonsenseGravatar Christopher Baklid2018-05-28-1/+1
|
* slight formatting changes to readmeGravatar Christopher Baklid2018-05-28-15/+15
|
* readme diagramGravatar Christopher Baklid2018-05-28-7/+15
|
* retag rabbitmq docker imageGravatar Christopher Baklid2018-05-26-1/+1
|
* add rabbitmq mgmt webinterface, handle container autodiscovery better, minor ↵Gravatar Christopher Baklid2018-05-26-1/+3
| | | | code optimisations, update readme
* update readmeGravatar Christopher Baklid2018-05-23-1/+1
|
* update readmeGravatar Christopher Baklid2018-05-23-11/+10
|
* update readmeGravatar Christopher Baklid2018-05-23-1/+0
|
* POC completedGravatar Christopher Baklid2018-05-23-4/+11
|
* update readmeGravatar Christopher Baklid2018-05-22-2/+2
|
* update readmeGravatar Christopher Baklid2018-05-22-5/+20
|
* puts the webapp in a docker container and puts it in docker-composeGravatar Christopher Baklid2018-05-22-11/+3
|
* adds webapp and docker-compose for more proof of conceptGravatar Christopher Baklid2018-05-22-8/+28
|
* init commitGravatar Christopher Baklid2018-05-21-0/+55
|
* Initial commitGravatar Christopher Baklid2018-05-21-0/+2