aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-24Set GN3_SECRETS as an environment variable.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2025-04-24Ensure the path for "auth-db-path" is writable.Munyoki Kilyungi
2025-04-24Add "TEST_FEATURE_SWITCH=True" flag for local development.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2025-04-24Remove /api/ from GN3_LOCAL_URL environment variable.Munyoki Kilyungi
2025-04-22Set correct file and dir permissions for gn conf files.Munyoki Kilyungi
2025-04-22Set SQL_URI for genenetwork3-gexp.Munyoki Kilyungi
2025-04-22Make "/etc/genenetwork/conf" writable by gn2, gn3 and gn-auth.Munyoki Kilyungi
2025-04-22Use match-record for defaults instead of hard-coded values.Munyoki Kilyungi
2025-04-22Set "gn-auth-secrets" to a secrets files instead of a directory.Munyoki Kilyungi
2025-04-22Rewrite container setup script for local development.Munyoki Kilyungi
2025-04-22Fix virtuoso's `dirs-allowed` to use a list instead of a string.Munyoki Kilyungi
2025-04-22Ensure proper ownership of gn-auth secrets directory and files.Munyoki Kilyungi (aider)
2025-04-22Update secret file paths and handling in genenetwork container conf.Munyoki Kilyungi
2025-04-08Add new system container for local dev work.Munyoki Kilyungi
* genenetwork-local-container.scm: New file. * genenetwork-local-container.sh: Ditto.
2025-04-03ACME: Allow acme service to restart nginx with no sudo passwordHEADmainFrederick Muriuki Muriithi
2025-04-03public-sparql: use the /export2 disk.Frederick Muriuki Muriithi
2025-04-03public-sparql: Separate instance dir from data directoriesFrederick Muriuki Muriithi
The "allowed" directories are directories other than the instance directory, which virtuoso can access to load data.
2025-03-28Update tissue configuration in line with guix-forge update.Arun Isaac
guix-forge has introduced a breaking change in tissue configuration. Update configuration. * genenetwork-development.scm (operating-system)[services]{tissue-service-type}: Update tissue configuration.
2025-03-28Make dirs-allowed a list of directories.Arun Isaac
* genenetwork-development.scm (operating-system)[services]{virtuoso-service-type}: Make dirs-allowed a list of directories.
2025-03-21uploader-container: Define directory to store sessions in.Frederick Muriuki Muriithi
Redis is being phased out, and part of that is moving the storage of sessions to the file system, rather than in Redis. This commit allows configuration of the path to the directory where the session files will be stored.
2025-03-21uploader-container: /export2 is full, move files to /exportFrederick Muriuki Muriithi
The disk mounted on /export2 was full, so we move the uploader-container to the disk on /export which has more space.
2025-03-21uploader-container: Abstract away paths in the container.Frederick Muriuki Muriithi
Break the implicit connection between the paths on the host system with the paths inside the container. This allows the operating-system definition to define its own paths, regardless of what is on the host. The builder script will explicitly do the mapping between host directories and container paths. We also collect all uploader-related directories under the host path `/export2/guix-containers/uploader` to make maintenance easier.
2025-03-21uploader-container: Bind missing directories to the container.Frederick Muriuki Muriithi
The changes to the way the various applications work lead to a need for extra shares from the host to the container — this commit provides the bindings for these shares.
2025-03-21uploader-container: Remove unnecessary `virtuoso-service-type`Frederick Muriuki Muriithi
2025-03-20GN2: Allow form size up to 50MB in size.Frederick Muriuki Muriithi
2025-03-07GN2: Provide directory to store sessions in.Frederick Muriuki Muriithi
Genenetwork2 changed the way it stores sessions, moving away from using redis to storing the files in the filesystem. This commit binds the host directory to use to store the sessions. It also does basic activation to ensure the directory is writable to the appropriate user.
2025-03-07Change paths for use with tux02.Frederick Muriuki Muriithi
2025-02-24gn-guile: Set up correct ownership for gn-docs.Frederick Muriuki Muriithi
2025-02-24Provide bare checkout of 'gn-docs' for production 'gn-guile'.Frederick Muriuki Muriithi
2025-02-24public-sparql: Fix configuration — Expects list, use list.Frederick Muriuki Muriithi
2025-02-24Use enterprise disk for container data storage.Frederick Muriuki Muriithi
The disk mounted on `/export2` is failing, so we move our data over to the enterprise disk mounted on `/export` instead.
2025-02-24gn-auth: Remove obsolete configuration variables.Frederick Muriuki Muriithi
2025-02-21Split the tempdirs for various applications.Frederick Muriuki Muriithi
2025-02-20Remove 'mysql-service-type' service from 'production' container.Frederick Muriuki Muriithi
We connect to a MariaDB database outside the container, therefore, the container does not need to run a database server. This commit removes the service from the container.
2025-02-20Don't allow GN3 user write permissions to 'TMPDIR'.Frederick Muriuki Muriithi
2025-02-20Assign ownership of 'TMPDIR' and its contents to GN2 user.Frederick Muriuki Muriithi
2025-02-19Don't share MariaDB data directory with the production container.Frederick Muriuki Muriithi
2025-02-17Grant ownership of genotype-files to GN2 user.Frederick Muriuki Muriithi
2025-02-11Bind the chosen host directory to genenetwork's TMPDIR path.Frederick Muriuki Muriithi
Bind the original host path that was previously bound to the container's /tmp directory to instead be bound to genenetwork's TMPDIR directory.
2025-02-11Add `gn-tmpdir` configuration setting to <genenetwork-configuration>Frederick Muriuki Muriithi
Add the `gn-tmpdir` configuration setting to help with providing a way to configure a separate temporary directory for the genenetwork services that is separate from the container's `/tmp` directory. This might also help in resolving some issue with `/etc/resolv.conf` not being found in `/tmp` for some reason.
2025-02-11Remove comments: The comments were causing a build invocation error.Frederick Muriuki Muriithi
Attempting to invoke the container build with the comments in place was leading to the error: ``` guix system: error: wrong number of arguments for action 'container' ``` This commit removes the comments to fix that.
2025-02-11Update `dirs-allowed` for gn2-container virtuoso.Frederick Muriuki Muriithi
2025-02-03Pass ttl directory in list of allowed directories for virtuoso.Frederick Muriuki Muriithi
2025-02-03Pass virtuoso's ttl directory to the xapian indexer script.Frederick Muriuki Muriithi
Pass the directory containing virtuoso's turtle (ttl) files to the indexer.
2025-02-03Bind virtuoso's TTL directory (readonly) to genenetwork container.Frederick Muriuki Muriithi
2025-02-03Bind virtuoso's ttl directory (read/write) to virtuoso container.Frederick Muriuki Muriithi
2025-02-03Add 'gn-virtuoso-ttl-directory' setting to genenetwork-configurationFrederick Muriuki Muriithi
The directory containing the turtle (ttl) files for virtuoso is used by the xapian indexer to determine whether or not to run. We provide it as one of the settings we can configure.
2025-01-29Update SQL URI for uploader application.Frederick Muriuki Muriithi
2025-01-29Update the SQL URI for the uploader container.Frederick Muriuki Muriithi
2025-01-28Update config to point to llm.db binding.Frederick Muriuki Muriithi