{"id":24093290,"url":"https://github.com/umd-lib/aspace-custom","last_synced_at":"2026-03-05T13:03:10.847Z","repository":{"id":40990884,"uuid":"288508599","full_name":"umd-lib/aspace-custom","owner":"umd-lib","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-09T19:44:52.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":12,"default_branch":"main","last_synced_at":"2026-02-09T23:01:38.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umd-lib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-18T16:33:16.000Z","updated_at":"2026-02-09T19:44:57.000Z","dependencies_parsed_at":"2024-03-06T17:04:34.001Z","dependency_job_id":"b61ffe91-7c37-477e-98b1-f5e7d0eeb2a2","html_url":"https://github.com/umd-lib/aspace-custom","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/umd-lib/aspace-custom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Faspace-custom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Faspace-custom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Faspace-custom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Faspace-custom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umd-lib","download_url":"https://codeload.github.com/umd-lib/aspace-custom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umd-lib%2Faspace-custom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30127218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-10T09:27:03.523Z","updated_at":"2026-03-05T13:03:10.837Z","avatar_url":"https://github.com/umd-lib.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aspace-custom\n\nUMD customizations to the stock ArchvesSpace\n([https://archivesspace.org/](https://archivesspace.org/))\napplication, and provides Dockerfiles for creating the Docker images used by the\n[umd-lib/k8s-aspace](https://github.com/umd-lib/k8s-aspace) Kubernetes\nconfiguration.\n\nThis repository replaces:\n\n* [umd-lib/aspace-docker](https://github.com/umd-lib/aspace-docker)\n* [https://bitbucket.org/umd-lib/aspace-env](https://bitbucket.org/umd-lib/aspace-env)\n\n## Development Setup\n\nSee [docs/DevelopmentSetup.md](docs/DevelopmentSetup.md).\n\n## ArchivesSpace Configuration\n\nThe ArchivesSpace Docker image generated by this repository is configured by the\n\"docker_config/archivesspace/archivesspace/config/config.rb\" file.\n\nThis configuration file is based on the \"common/config/config-defaults.rb\" in\nthe stock ArchivesSpace repository.\n\nSome properties have been customized to allow configuration via environment\nvariables, see [docs/EnvironmentVariables.md](docs/EnvironmentVariables.md).\n\n## ArchivesSpace Customization\n\nSee the following documents for additional information on how this repository\ncustomizes the stock ArchivesSpace:\n\n* [docs/Customizations.md](docs/Customizations.md)\n* [docs/DockerfileCustomizations.md](docs/DockerfileCustomizations.md)\n\nSee [docs/TestPlan.md] for links to information on verifying the customizations\nprovided by the UMD plugins.\n\n## Dockerfiles\n\n* Dockerfile - The Dockerfile for creating the UMD-customized ArchivesSpace\nDocker image\n* Dockerfile-solr - The Dockerfile for creating the Solr instance to use with\n  ArchivesSpace\n* Dockerfile-api-proxy - The Dockerfile for creating an Nginx reverse proxy for\nprotecting the ArchivesSpace API from anonymous access.\n\n### Docker Image Creation for Release\n\nThe following steps use the Kubernetes \"build\" namespace to build the Docker\nimages. This enables the steps to used with both newer Apple Silicon laptops and\nolder Intel-based Apple laptops.\n\nFor information about setting up the Kubernetes \"build\" namespace, see\nthe \"Docker Builds\" document in the \"umd-lib/devops\" GitHub repository:\n\n\u003chttps://github.com/umd-lib/devops/blob/main/k8s/docs/DockerBuilds.md\u003e\n\n1) Switch to the Kubernetes \"build\" namespace:\n\n    ```bash\n    $ kubectl config use-context build\n    ```\n\n2) Build the Docker images, where \\\u003cTAG\u003e is the Docker image tag to use:\n\n    ```bash\n    $ docker buildx build --platform linux/amd64 --builder=kube --push --no-cache -t docker.lib.umd.edu/aspace:\u003cTAG\u003e -f Dockerfile .\n    $ docker buildx build --platform linux/amd64 --builder=kube --push --no-cache -t docker.lib.umd.edu/aspace-api-proxy:\u003cTAG\u003e -f Dockerfile-api-proxy .\n    $ docker buildx build --platform linux/amd64 --builder=kube --push --no-cache -t docker.lib.umd.edu/aspace-solr:\u003cTAG\u003e -f Dockerfile-solr .\n    ```\n\n    For example, to build all the images using \"latest\" as the image tag:\n\n    ```bash\n    $ docker buildx build --platform linux/amd64 --builder=kube --push --no-cache -t docker.lib.umd.edu/aspace:latest -f Dockerfile .\n    $ docker buildx build --platform linux/amd64 --builder=kube --push --no-cache -t docker.lib.umd.edu/aspace-api-proxy:latest -f Dockerfile-api-proxy .\n    $ docker buildx build --platform linux/amd64 --builder=kube --push --no-cache -t docker.lib.umd.edu/aspace-solr:latest -f Dockerfile-solr .\n    ```\n\n    The images will be automatically pushed to the Nexus.\n\n## Directories\n\n### docker_config/archivesspace/\n\nFiles/directories used to configure the ArchivesSpace Docker image.\n\n#### docker_config/archivesspace/archivesspace\n\nThe files in this directory are directly copied (overlaid) on top of a\nstock ArchivesSpace distribution.\n\n#### docker_config/archivesspace/files/\n\nThe files in this directory are plugin-related files that are copied in to an\nArchivesSpace distribution by the \"scripts/plugins.sh\" script.\n\nThe files cannot be placed in the \"archivesspace\" directory, because the\nrequired plugin directories don't exist until the \"plugins.sh\" script creates\nthem.\n\n#### docker_config/archivesspace/config/\n\nHolds the \"plugins\" files specifying the ArchivesSpace plugins used by the\nUMD version of ArchivesSpace.\n\n#### docker_config/archivesspace/scripts/\n\nHolds the \"plugins.sh\" script for downloading and installing the ArchivesSpace\nplugins specified in the \"archivesspace/config/config.rb\" file.\n\n### docker_config/solr/\n\nFiles/directories used to configure the ArchivesSpace Solr Docker image.\n\n### docker_config/api-proxy/\n\nContains the Nginx configuration file for reverse proxy that protects the\nArchivesSpace API endpoints from anonymous access.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumd-lib%2Faspace-custom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumd-lib%2Faspace-custom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumd-lib%2Faspace-custom/lists"}