{"id":15026386,"url":"https://github.com/onyxmoon/optolith-cloud","last_synced_at":"2025-04-09T20:21:18.946Z","repository":{"id":51352450,"uuid":"202611234","full_name":"Onyxmoon/optolith-cloud","owner":"Onyxmoon","description":"This repository contains the development data of the server for a cloud infrastructure service for Optolith Character Generator (https://github.com/elyukai/optolith-client).","archived":false,"fork":false,"pushed_at":"2022-09-30T20:42:16.000Z","size":4928,"stargazers_count":5,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-23T22:12:56.146Z","etag":null,"topics":["api-platform","api-server","cloud","cloud-infrastructure-service","dasschwarzeauge","database","doctrine2","dsa","dsa5","php73","server","symfony","symfony5","tde","thedarkeye"],"latest_commit_sha":null,"homepage":"https://cloud.optolith.app","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Onyxmoon.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":"CODEOWNERS","security":null,"support":null}},"created_at":"2019-08-15T21:03:48.000Z","updated_at":"2020-12-13T09:58:44.000Z","dependencies_parsed_at":"2023-01-18T21:46:03.725Z","dependency_job_id":null,"html_url":"https://github.com/Onyxmoon/optolith-cloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Onyxmoon%2Foptolith-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Onyxmoon%2Foptolith-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Onyxmoon%2Foptolith-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Onyxmoon%2Foptolith-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Onyxmoon","download_url":"https://codeload.github.com/Onyxmoon/optolith-cloud/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248104258,"owners_count":21048307,"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":["api-platform","api-server","cloud","cloud-infrastructure-service","dasschwarzeauge","database","doctrine2","dsa","dsa5","php73","server","symfony","symfony5","tde","thedarkeye"],"created_at":"2024-09-24T20:04:23.709Z","updated_at":"2025-04-09T20:21:18.918Z","avatar_url":"https://github.com/Onyxmoon.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to Optolith Character Generator - Cloud 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-0.0.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://spdx.org/licenses/MPL-2.0.html\"\u003e\n    \u003cimg alt=\"License: Mozilla Public License 2.0\" src=\"https://img.shields.io/badge/License-Mozilla Public License 2.0-yellow.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/onyxmoon_\"\u003e\n    \u003cimg alt=\"Twitter: onyxmoon_\" src=\"https://img.shields.io/twitter/follow/onyxmoon_.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e This repository contains the development data of the server for a cloud sync  infrastructure service for Optolith Character Manager (https://github.com/elyukai/optolith-client).\n\n### 🏠 [Homepage](cloud.optolith.app)\n\n## Install\n\nThis application needs\n\n- PHP \u003e *7.3*\n- composer *latest*\n\nRecommendend add-ons\n- symfony development kit\n\nTo prepare the application and install all dependencies use in a terminal:\n\n```sh\ncomposer install\n```\n\n## Usage\n\n**📝 Configuration**\n\nPlease add the following information to a an .env.local file\n```dotenv\n# App Mode\n# 'prod' in production, will disable test tools and increase performance\nAPP_ENV=dev\n\n# This secret string is 40 random characters that is used for CSRF protection.\n# Generate one at: http://nux.net/secret\nAPP_SECRET=652f40901a1e2230e2b1ab86cc810835b13bc4a5\n\n# Database configuration\n# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url\n# For an SQLite database, use: \"sqlite:///%kernel.project_dir%/var/data.db\"\n# For a PostgreSQL database, use: \"postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11\u0026charset=utf8\"\n# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml\n# DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\nDATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db\n\n# Mail configuration\n# While testing you can disable the need for an mail dsn with 'null://null'\nMAILER_DSN=smtp://\u003cmail-adress\u003e:\u003cpassword\u003e@\u003csmtp-server\u003e\u003e\n```\n\n**🔪 Prepare database**\n\nPrepare sql terms for database depending on current condition\n```bash\nphp bin/console make:migration\n```\nApply changes to database\n```bash\nphp bin/console doctrine:migrations:migrate\n```\n\n**🧪 Development test run**\n\n```sh\nphp bin/console server:run\n```\n\n**📨 Deploy**\n\nFor deployment on specific webservers, take a look into the [symfony documentation](https://symfony.com/doc/current/deployment.html) \n\n## Author\n\n👤 **Onyxmoon (Philipp Borucki)**\n\n* Twitter: [@onyxmoon_](https://twitter.com/onyxmoon_)\n* Github: [@Onyxmoon](https://github.com/Onyxmoon)\n\n👤 **elyukai (Lukas Obermann)**\n\n* Twitter: [@elyukai](https://twitter.com/elyukai)\n* Github: [@elyukai](https://github.com/elyukai/)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/Onyxmoon/optolith-sync/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2019 [Onyxmoon (Philipp Borucki)](https://github.com/Onyxmoon).\u003cbr /\u003e\nThis project is [Mozilla Public License 2.0](https://spdx.org/licenses/MPL-2.0.html) licensed.\n\n***","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyxmoon%2Foptolith-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonyxmoon%2Foptolith-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyxmoon%2Foptolith-cloud/lists"}