about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2025-07-22Override redis with a custom-redis that's not dependent on syslogd.Munyoki Kilyungi
2025-07-22Set path for lmdb.Munyoki Kilyungi
We currently use lmdb for storing genotype files.
2025-07-22Add curl and coreutil-minimal to %base-packages.Munyoki Kilyungi
This helps when troubleshooting issues from inside the dev container.
2025-07-22genenetwork-development: Set the profile and ssl-certs inside gexp.Munyoki Kilyungi
2025-07-22genenetwork-development: Set utf-8 chars in mysql socket.Munyoki Kilyungi
2025-07-22genenetwork-development: Set "TEST_FEATURE_SWITCH=True".Munyoki Kilyungi
2025-07-21gn-libs: Use HTTP(s) URI rather than local file pathsFrederick Muriuki Muriithi
Replace the local file path with a HTTP(s) URI in order to avoid problems with file permissions. This has the added benefit that the git server can be on a completely different (physical) host than the one that the CI/CD container runs in.
2025-07-21gn-auth: Use http(s) URI rather than local file path.Frederick Muriuki Muriithi
Use HTTP(s) URIs rather than local file paths in order to avoid problems with file permissions. Re-activate the webhook for gn-auth to allow manual triggering.
2025-07-21Merge branch 'main' of /home/git/public/gn-machines into mainArun Isaac
2025-07-21dev: issue tracker settingsArun Isaac
2025-07-21Set GN_GUILE_SERVER_URL for dev container (aka GN4)Pjotr Prins
2025-07-19README: note on docsPjotr Prins
2025-07-02Add uploader service to production container.Frederick Muriuki Muriithi
2025-07-02Increase timeout value for gn-auth and gn-uploader.Frederick Muriuki Muriithi
2025-07-02Define setting for the asynchronous/background jobs sqlite db.Frederick Muriuki Muriithi
2025-07-02Production: Reorganise filesystem paths for sqlite databases.Frederick Muriuki Muriithi
2025-07-02Provide common host directory for sqlite databases.Frederick Muriuki Muriithi
2025-07-02Production: bind the gn-docs repository to the container.Frederick Muriuki Muriithi
2025-07-02Production: Update filesystem paths from `/export2/*` to `/export/*`Frederick Muriuki Muriithi
2025-07-02Update filesystem shares for "public-sparql" container.Frederick Muriuki Muriithi
2025-04-03ACME: Allow acme service to restart nginx with no sudo passwordFrederick 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.