{"id":21044369,"url":"https://github.com/ordinary-dev/phoenix","last_synced_at":"2025-05-15T17:32:44.808Z","repository":{"id":182657625,"uuid":"619082671","full_name":"ordinary-dev/phoenix","owner":"ordinary-dev","description":"Self-hosted start page without the extra stuff","archived":false,"fork":false,"pushed_at":"2024-11-18T09:48:34.000Z","size":1160,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-18T10:57:04.872Z","etag":null,"topics":["docker","golang","homepage","no-javascript","self-hosted","startpage"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ordinary-dev.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-26T08:01:35.000Z","updated_at":"2024-11-18T09:48:27.000Z","dependencies_parsed_at":"2024-11-19T04:01:39.377Z","dependency_job_id":null,"html_url":"https://github.com/ordinary-dev/phoenix","commit_stats":null,"previous_names":["ordinary-dev/phoenix"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ordinary-dev%2Fphoenix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ordinary-dev%2Fphoenix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ordinary-dev%2Fphoenix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ordinary-dev%2Fphoenix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ordinary-dev","download_url":"https://codeload.github.com/ordinary-dev/phoenix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225365724,"owners_count":17462973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker","golang","homepage","no-javascript","self-hosted","startpage"],"created_at":"2024-11-19T14:16:33.054Z","updated_at":"2024-11-19T14:16:33.580Z","avatar_url":"https://github.com/ordinary-dev.png","language":"Go","readme":"# Phoenix\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/ordinary-dev/phoenix)](https://goreportcard.com/report/github.com/ordinary-dev/phoenix)\n\n![Screenshot](screenshot.webp)\n\nSelf-hosted start page without the extra stuff.\n\n## Features\n- No javascript\n- Authorization support\n  - SSO via Trusted Header Auth (_Reverse Proxy_)\n- Font Awesome integration\n- Multiple styles\n- Export and import\n\n## Configuration\n\nService settings can be set through environment variables.\n\n| Variable           | Description                                                      | Default                               |\n| ---                | ---                                                              | ---                                   |\n| DB_PATH            | Path to the sqlite database.                                     | Docker: `/var/lib/phoenix/db.sqlite3` |\n| SECRET_KEY         | A long and random secret string used for authorization.          |                                       |\n| LOG_LEVEL          | Log level settings: `debug`, `info`, `warning`, `error`          | `warning`                             |\n| HEADER_AUTH        | Enable Trusted Header Auth (SSO)                                 | `false`                               |\n| DEFAULT_USERNAME   | Data for the first user.                                         |                                       |\n| DEFAULT_PASSWORD   | Data for the first user.                                         |                                       |\n| SECURE_COOKIE      | Controls the \"secure\" option for a token cookie.                 | `true`                                |\n\nAppearance settings:\n\n| Variable          | Description                                                      | Default                               |\n| ---               | ---                                                              | ---                                   |\n| TITLE             | Website title                                                    | `Phoenix`                             |\n| FONT_FAMILY       | The font used on the site. Inserted directly into css.           | `sans-serif`                          |\n\n## Docker-compose example\n```yml\nservices:\n  phoenix:\n    image: ghcr.io/ordinary-dev/phoenix\n    volumes:\n      - phoenix:/var/lib/phoenix\n    ports:\n      - 80:8080\n    environment:\n      SECRET_KEY: \"your-random-string\"\n      DEFAULT_USERNAME: \"admin\"\n      DEFAULT_PASSWORD: \"super-password\"\n    restart: unless-stopped\n\nvolumes:\n  phoenix:\n```\n\n## Icons\n\nYou can use the free version of [Font Awesome](https://fontawesome.com/search).\n\nThe name of the icon must be specified in the following form: `set name/icon name`, for example: `brands/github` or `regular/credit-card`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fordinary-dev%2Fphoenix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fordinary-dev%2Fphoenix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fordinary-dev%2Fphoenix/lists"}