Age | Commit message (Expand) | Author |
---|---|---|
2024-11-26 | Use forge-nginx-service-type to activate SSL certificates...Use the forge-nginx-service-type rather than the plain nginx-service-type so that we get the SSL certificates setup and maintenance automatically. | Frederick Muriuki Muriithi |
2024-11-12 | Expose the container logs. | Frederick Muriuki Muriithi |
2024-11-12 | Bind a host directory to container's /tmp...Bind a host directory to container's /tmp to provide more space for the /tmp and prevent the container from running out of space. | Frederick Muriuki Muriithi |
2024-11-12 | Unbind mysql director(y/ies)...Not needed for the virtuoso daemon. | Frederick Muriuki Muriithi |
2024-11-12 | Use virtuoso's state directory as its data directory...This helps avoid having a long list of directories to track and manage. | Frederick Muriuki Muriithi |
2023-06-26 | Add virtuoso allowed dirs | Munyoki Kilyungi |
2023-01-02 | Register containers as garbage collector roots....We don't want the Guix garbage collector accidentally clearing away store items required by the container. So, register them as garbage collector roots. * genenetwork-development-deploy.sh, production-deploy.sh, public-sparql-deploy.sh, virtuoso-deploy.sh: Register containers as garbage collector roots. | Arun Isaac |
2022-12-10 | Move guix container state to /export2....We prefer /export2 to house really large data. * genenetwork-development-deploy.sh, production-deploy.sh, public-sparql-deploy.sh, virtuoso-deploy.sh: Move guix container state to /export2. | Arun Isaac |
2022-11-07 | Add public facing SPARQL container....* public-sparql-deploy.sh, public-sparql.scm: New files. | Arun Isaac |