{"id":13580014,"url":"https://github.com/elexis/elexis-environment","last_synced_at":"2026-01-23T16:24:14.246Z","repository":{"id":41290943,"uuid":"200866313","full_name":"elexis/elexis-environment","owner":"elexis","description":"An integrated Elexis environment","archived":false,"fork":false,"pushed_at":"2026-01-13T10:38:20.000Z","size":213740,"stargazers_count":6,"open_issues_count":9,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-13T13:35:46.840Z","etag":null,"topics":["bookstack","elexis","elexis-server","emr","nextcloud","rocketchat"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elexis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-08-06T14:19:49.000Z","updated_at":"2026-01-13T10:38:23.000Z","dependencies_parsed_at":"2023-02-10T03:16:03.538Z","dependency_job_id":"56ddf3bd-dfff-4eda-b42d-a8171a047e3a","html_url":"https://github.com/elexis/elexis-environment","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/elexis/elexis-environment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elexis%2Felexis-environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elexis%2Felexis-environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elexis%2Felexis-environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elexis%2Felexis-environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elexis","download_url":"https://codeload.github.com/elexis/elexis-environment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elexis%2Felexis-environment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28695530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T15:57:05.722Z","status":"ssl_error","status_checked_at":"2026-01-23T15:56:27.656Z","response_time":59,"last_error":"SSL_read: 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":["bookstack","elexis","elexis-server","emr","nextcloud","rocketchat"],"created_at":"2024-08-01T15:01:46.067Z","updated_at":"2026-01-23T16:24:14.232Z","avatar_url":"https://github.com/elexis.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# Elexis-Environment (EE) master\n\nAn integrated Elexis environment providing elexis-server, single-sign-on, wiki and a chat system.\n\n## Requirements\n\n* A static IP address with a hostname in your domain for the server hosting this environment. This hostname has to be resolvable by all clients.\n* A Linux system as host. Linux behaves different to Windows and OS X with respect to network handling. Only in a linux system the web container will see the real IP behind the HTTP requests.\n* A relational database management system (RDBMS) (tested and developed using MySQL v8.0.16), with\na database and user for each of the docker containers ``keycloak``, ``elexis-server`` and ``bookstack``.\n\n## Installation\n\nClone this repository to a directory on your server. Assert `docker-compose` is [installed](https://docs.docker.com/compose/install/). Change into this directory for the following commands to work.\n\n### Pre-Start Configuration\n\nCopy the file `.env.template` to `.env` and adapt the variables to your installation.\n\n**IMPORTANT** Set a STRONG password for `ADMIN_PASSWORD` and consider changing `ADMIN_USERNAME`. Obtaining these credentials allows administrator access to **all services**! In order to minimize the potential impact of a security bug in one of the services, you should also create a separate database user and strong password for each of the services.\n\nBe sure to have the values right - re-configuration is NOT supported!\n\nBy default only the `elexis-server` service is active. To activate other services, set the respective variable to `true` in section 3 of `.env`.\n\nExecute `./ee setup configure` to generate the files required for startup.\n\nSee [ssl configuration](docs/ssl.md) for details on how to create your own certificate to use for this environment.\nAfter acquiring your certificate be sure to adapt `EE_HOSTNAME` in `.env` and copy\nthe certificate files to `assets/web/ssl`.\n\n### Initial start\n\n`./ee system cmd up -d --build` will instantiate all containers. `./ee system cmd ps` shows the current state of all containers. `./ee system cmd logs -f` will follow the logs.\n\nPlease see [notes](docs/notes.md) for FAQs and remarks.\n\n### Accessing the services\n\nAfter initial startup, there will be two users available. The admin user with userid `ADMIN_USERNAME` and your set password, and a `demouser` with password `demouser`.\n\n* Keycloak with browser via https://yourhost/keycloak\n* Bookstack with browser via https://yourhost/bookstack (if enabled)\n* Rocketchat with browser via https://yourhost/chat (if enabled)\n* Nextcloud with browser via https://yourhost/cloud (if enabled)\n* Elexis server via https://yourhost/fhir and https://yourhost/services respectively (if enabled)\n### Maintenance\n\nPlease see [maintenance](docs/maintenance.md).\n\n## Development and Technical details\n\nPlease see [development](docs/development.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felexis%2Felexis-environment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felexis%2Felexis-environment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felexis%2Felexis-environment/lists"}