{"id":19940632,"url":"https://github.com/tommy141x/appwrite-theming","last_synced_at":"2026-01-24T06:01:42.209Z","repository":{"id":262526957,"uuid":"887475609","full_name":"tommy141x/appwrite-theming","owner":"tommy141x","description":"Theme your Appwrite instance to match your brand!","archived":false,"fork":false,"pushed_at":"2024-11-13T03:55:06.000Z","size":669,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"latest","last_synced_at":"2025-04-04T04:12:23.334Z","etag":null,"topics":["appwrite","theme","themer"],"latest_commit_sha":null,"homepage":"https://tommy141x.github.io/appwrite-theming/","language":"CSS","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/tommy141x.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}},"created_at":"2024-11-12T20:09:12.000Z","updated_at":"2025-01-05T11:20:48.000Z","dependencies_parsed_at":"2024-11-12T23:28:56.282Z","dependency_job_id":null,"html_url":"https://github.com/tommy141x/appwrite-theming","commit_stats":null,"previous_names":["tommy141x/appwrite-theming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tommy141x/appwrite-theming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommy141x%2Fappwrite-theming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommy141x%2Fappwrite-theming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommy141x%2Fappwrite-theming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommy141x%2Fappwrite-theming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tommy141x","download_url":"https://codeload.github.com/tommy141x/appwrite-theming/tar.gz/refs/heads/latest","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommy141x%2Fappwrite-theming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28715466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T05:53:42.649Z","status":"ssl_error","status_checked_at":"2026-01-24T05:53:41.698Z","response_time":89,"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":["appwrite","theme","themer"],"created_at":"2024-11-13T00:06:14.945Z","updated_at":"2026-01-24T06:01:42.160Z","avatar_url":"https://github.com/tommy141x.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Banner](https://tommy141x.github.io/appwrite-theming/mockups/banner.png)\n\n# 🎨 Theming for [Appwrite](https://appwrite.io/)\n\nWant to personalize your Appwrite instance without diving into the source code? I created a CSS file that can be injected server-side to style your Appwrite console in line with your brand.\n![Screenshot](https://tommy141x.github.io/appwrite-theming/mockups/cyan.png)\n\n---\n\n## ⚙️ Setup \u0026 Usage\n\n### Nginx Reverse Proxy\n\nTo apply the theme, add the following snippet inside the `location` block for the Appwrite console (`/console`) in your `nginx` configuration. If you're using **Nginx Proxy Manager**, you can do this by clicking the gear icon next to the location.\n\n```nginx\nproxy_set_header Accept-Encoding \"\";\n    sub_filter '\u003c/head\u003e' '\n        \u003cstyle\u003e\n            :root {\n                --primary-color-hue: 205deg;\n                --primary-color-saturation: 100%;\n                --primary-color-brightness: 55%;\n                --background-color-hue: 0;\n                --background-color-saturation: 0%;\n                --background-color-brightness: 55%;\n                --logo-image: url(\"https://api.timmygstudios.com/v1/storage/buckets/images/files/logo/view?project=tore\");\n                --background-image: url(\"https://api.timmygstudios.com/v1/storage/buckets/images/files/dev09242024header/view?project=tore\");\n            }\n        \u003c/style\u003e\n        \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://tommy141x.github.io/appwrite-theming/appwrite.css\"\u003e\n    \u003c/head\u003e';\n    sub_filter_once on;\n    sub_filter_types text/html;\n```\nCustomize ``--primary-color``, ``--background-color``, ``--logo-image``, and ``--background-image`` to match your liking (background image appears on the authentication screen).\n\n# 📸 More Screenshots\n![Screenshot](https://tommy141x.github.io/appwrite-theming/mockups/dark-green.png)\n![Screenshot](https://tommy141x.github.io/appwrite-theming/mockups/dark-blue.png)\n![Screenshot](https://tommy141x.github.io/appwrite-theming/mockups/login.png)\n\n# 💡 Notes\nThis approach may also work on other servers like Caddy or Apache, though I haven't tested them yet. If you have improvements, issues, or suggestions, feel free to open a pull request or start a discussion.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommy141x%2Fappwrite-theming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftommy141x%2Fappwrite-theming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommy141x%2Fappwrite-theming/lists"}