{"id":21252683,"url":"https://github.com/atomicptr/nimbus","last_synced_at":"2025-10-15T12:09:26.645Z","repository":{"id":228199163,"uuid":"773085358","full_name":"atomicptr/nimbus","owner":"atomicptr","description":"A multi-project headless blog system made for projects like Sveltekit.","archived":false,"fork":false,"pushed_at":"2025-06-29T11:18:28.000Z","size":2941,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-29T11:50:00.932Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atomicptr.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},"funding":{"github":"atomicptr","buy_me_a_coffee":"atomicptr"}},"created_at":"2024-03-16T17:50:35.000Z","updated_at":"2025-06-29T11:18:32.000Z","dependencies_parsed_at":"2024-07-27T11:26:47.374Z","dependency_job_id":"5839c858-8775-42d4-bc64-b7b58f4bdff9","html_url":"https://github.com/atomicptr/nimbus","commit_stats":null,"previous_names":["atomicptr/nimbus"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/atomicptr/nimbus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fnimbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fnimbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fnimbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fnimbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomicptr","download_url":"https://codeload.github.com/atomicptr/nimbus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fnimbus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279077248,"owners_count":26098234,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-21T03:48:25.756Z","updated_at":"2025-10-15T12:09:26.593Z","avatar_url":"https://github.com/atomicptr.png","language":"PHP","funding_links":["https://github.com/sponsors/atomicptr","https://buymeacoffee.com/atomicptr"],"categories":[],"sub_categories":[],"readme":"# nimbus\n\nA multi-project headless blog system made for projects like Sveltekit.\n\n## Installation\n\nFirst run the application using Docker:\n\nNote: You have to provide an **APP\\_KEY**\n\n```sh\n$ docker run --rm -e APP_KEY=... -p 8000:8000 -v mydata_dir:/app/data gcr.io/atomicptr/nimbus:latest\n\n# next use docker ps to find this container id\n$ docker ps\nCONTAINER ID      IMAGE           COMMAND                  CREATED         STATUS                   PORTS      NAMES\nMY_CONTAINER_ID   nimbus:latest   \"docker-php-entrypoi…\"   2 minutes ago   Up 2 minutes (healthy)   ........   .........\n\n# next we apply the migrations for the database\n$ docker exec -it MY_CONTAINER_ID php artisan migrate\n\n# next we run tinker to create our admin account\n$ docker exec -it MY_CONTAINER_ID php artisan tinker\n\u003e $user = new App\\Models\\User;\n\u003e $user-\u003eemail = 'admin@example.com';\n\u003e $user-\u003ename = \"Admin Adminsson\";\n\u003e $user-\u003epassword = Hash::make('password');\n\u003e $user-\u003esave();\n```\n\nNow you can open the site at http://localhost:8000/admin and log in, have fun!\n\n**TODO**: Create an easier setup process\n\n## Usage\n\n1. Create a new blog\n2. Create a new API Key and copy it\n3. Create a post (that is published)\n4. Look at **/admin/blogs/{blogId}/posts?api_key={apiKey}** which should list your newly created blog post\n5. Check out other API end points (api_key has to be present)\n    - /admin/blogs/{blogId}/posts/{postId}\n    - /admin/blogs/{blogId}/series\n    - /admin/blogs/{blogId}/series/{postSeriesId}\n    - /admin/blogs/{blogId}/tags\n    - /admin/blogs/{blogId}/tags/{tagId}\n\n## License\n\n[![](https://www.gnu.org/graphics/agplv3-155x51.png)](\u003chttps://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0)\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomicptr%2Fnimbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomicptr%2Fnimbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomicptr%2Fnimbus/lists"}