{"id":23478130,"url":"https://github.com/retronav/lilac","last_synced_at":"2025-04-13T16:23:52.939Z","repository":{"id":181169016,"uuid":"635843015","full_name":"retronav/lilac","owner":"retronav","description":"A humble micropub server to use with static site generators (primarily Eleventy). Mirror of https://codeberg.org/retronav/lilac","archived":false,"fork":false,"pushed_at":"2023-08-06T06:38:15.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T08:12:28.281Z","etag":null,"topics":["cms","indieweb","micropub","ssg","static-site-cms"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/retronav.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}},"created_at":"2023-05-03T15:11:46.000Z","updated_at":"2023-05-22T14:31:07.000Z","dependencies_parsed_at":"2023-07-14T10:51:12.002Z","dependency_job_id":null,"html_url":"https://github.com/retronav/lilac","commit_stats":null,"previous_names":["retronav/lilac"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retronav%2Flilac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retronav%2Flilac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retronav%2Flilac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retronav%2Flilac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retronav","download_url":"https://codeload.github.com/retronav/lilac/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248742264,"owners_count":21154461,"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":["cms","indieweb","micropub","ssg","static-site-cms"],"created_at":"2024-12-24T19:16:32.972Z","updated_at":"2025-04-13T16:23:52.914Z","avatar_url":"https://github.com/retronav.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lilac\n\nA content management system based on technologies described by the\n[Indieweb](https://indieweb.org). Lilac contains the following components:\n\n- A [micropub](https://micropub.net) server\n\n## Installation\n\n1. Clone this repository.\n2. Create a virtual environment using [pipenv](https://pypi.org/project/pipenv/).\n   ```shell\n   mkdir .venv\n   pipenv shell\n   ```\n3. Install the dependencies.\n   ```shell\n   pipenv install -r requirements.txt\n   pipenv install --dev\n   ```\n4. Copy the example configuration and adjust it to your needs.\n   ```shell\n   cp data/example_config.py data/config.py\n   ```\n5. Create a database.\n   ```shell\n   alembic upgrade head\n   ```\n6. Run the server.\n   ```shell\n   # This will run on port 5000, adjust to needs.\n   waitress-serve --port 5000 --call \"app:create_app\"\n   ```\n   You can then connect Lilac to your domain using a reverse proxy server.\n\n## Upgrading\n\n1. Pull updates to the repository.\n   ```shell\n   git pull\n   ```\n2. Update dependencies.\n   ```shell\n   pipenv update --dev\n   ```\n3. Run migrations on the database.\n   ```shell\n   alembic upgrade head\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretronav%2Flilac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretronav%2Flilac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretronav%2Flilac/lists"}