aboutsummaryrefslogtreecommitdiff
path: root/public-sparql.scm
AgeCommit message (Expand)Author
2024-11-26Use 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-12Use virtuoso's state directory as its data directory•••This helps avoid having a long list of directories to track and manage. Frederick Muriuki Muriithi
2024-11-12Explicitly set Virtuoso's Database and Transaction files.•••Explicitly name the public virtuoso's Database and transaction files to prevent any possible conflicts with other virtuoso instances. Frederick Muriuki Muriithi
2023-06-26Add virtuoso allowed dirsMunyoki Kilyungi
2023-06-15Increase threshold for number-of-buffers and maximum-dirty-buffers.•••* genenetwork-development.scm, public-sparql.scm (operating-system)[services]<virtuoso-service>: Set number-of-buffers and maximum-dirty-buffers. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Munyoki Kilyungi
2022-11-07Add public facing SPARQL container.•••* public-sparql-deploy.sh, public-sparql.scm: New files. Arun Isaac