{"id":13338025,"url":"https://github.com/qdm12/meemo","last_synced_at":"2025-03-11T08:32:12.486Z","repository":{"id":108549502,"uuid":"126523586","full_name":"qdm12/meemo","owner":"qdm12","description":"Run a lightweight Meemo server with database on Docker with docker-compose","archived":true,"fork":false,"pushed_at":"2021-10-15T15:04:39.000Z","size":140,"stargazers_count":21,"open_issues_count":2,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-23T20:11:41.072Z","etag":null,"topics":["docker","docker-compose","meemo","todo","todoapp","todolist"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/qmcgaw/meemo","language":"Dockerfile","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/qdm12.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["qdm12"]}},"created_at":"2018-03-23T18:17:27.000Z","updated_at":"2024-06-23T15:52:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbd19ac5-49bb-41d5-8c4d-693fb02710f9","html_url":"https://github.com/qdm12/meemo","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/qdm12%2Fmeemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdm12%2Fmeemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdm12%2Fmeemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdm12%2Fmeemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qdm12","download_url":"https://codeload.github.com/qdm12/meemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243000851,"owners_count":20219755,"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","docker-compose","meemo","todo","todoapp","todolist"],"created_at":"2024-07-29T19:15:29.265Z","updated_at":"2025-03-11T08:32:12.472Z","avatar_url":"https://github.com/qdm12.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/qdm12","https://paypal.me/qmcgaw"],"categories":[],"sub_categories":[],"readme":"# Meemo on Docker\n\n*Lightweight Meemo 1.13.2 server with database on Docker with docker-compose*\n\nManage your todo list, bookmarks and data in the Markdown format with [**Meemo**](https://github.com/nebulade/meemo)\n\n[![Docker Meemo](https://github.com/qdm12/meemo/raw/master/title.png)](https://hub.docker.com/r/qmcgaw/meemo/)\n\n[![Build status](https://github.com/qdm12/meemo/workflows/Buildx%20latest/badge.svg)](https://github.com/qdm12/meemo/actions?query=workflow%3A%22Buildx+latest%22)\n[![Docker Pulls](https://img.shields.io/docker/pulls/qmcgaw/meemo.svg)](https://hub.docker.com/r/qmcgaw/meemo)\n[![Docker Stars](https://img.shields.io/docker/stars/qmcgaw/meemo.svg)](https://hub.docker.com/r/qmcgaw/meemo)\n\n[![Join Slack channel](https://img.shields.io/badge/slack-@qdm12-yellow.svg?logo=slack)](https://join.slack.com/t/qdm12/shared_invite/enQtOTE0NjcxNTM1ODc5LTYyZmVlOTM3MGI4ZWU0YmJkMjUxNmQ4ODQ2OTAwYzMxMTlhY2Q1MWQyOWUyNjc2ODliNjFjMDUxNWNmNzk5MDk)\n[![GitHub last commit](https://img.shields.io/github/last-commit/qdm12/meemo.svg)](https://github.com/qdm12/meemo/commits)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/qdm12/meemo.svg)](https://github.com/qdm12/meemo/commits)\n[![GitHub issues](https://img.shields.io/github/issues/qdm12/meemo.svg)](https://github.com/qdm12/meemo/issues)\n\n[![Donate PayPal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/qmcgaw)\n\n## Features\n\n- Lightweight (uncompressed amd64) size of 127MB\n- Based on:\n  - [Meemo 1.13.2](https://github.com/nebulade/meemo) and its NodeJS dependencies\n  - [Alpine 3.14](https://alpinelinux.org)\n  - [NodeJS](https://pkgs.alpinelinux.org/package/v3.14/main/x86_64/nodejs)\n- Compatible with `amd64`, `386`, `arm64`, `arm32v7` and `arm32v6` CPU architectures\n\nIt also depends on a MongoDB database which is launched with Docker Compose.\n\n## Setup\n\n1. Ensure [Docker](https://docs.docker.com/install) and [Docker-Compose](https://docs.docker.com/compose/install) are installed\n1. On your host machine, create the following files and directories\n\n    ```sh\n    # users file\n    touch users.json\n    # data and database directory\n    mkdir data database\n    # set ownership to map container user ID 1000\n    chown 1000 users.json data database\n    # set permissions\n    chmod 600 users.json\n    chmod 700 data database\n    ```\n\n1. Download [**docker-compose.yml**](https://raw.githubusercontent.com/qdm12/meemo/master/docker-compose.yml) on your host, modify it as you wish:\n\n    ```sh\n    wget https://raw.githubusercontent.com/qdm12/meemo/master/docker-compose.yml\n    ```\n\n1. Launch the MongoDB database and Meemo container with\n\n    ```sh\n    docker-compose up -d\n    ```\n\n1. You can check logs with\n\n    ```sh\n    docker-compose logs -f\n    ```\n\n1. Meemo is at [localhost:3000](localhost:3000) (depending on your mapped port in docker-compose.yml)\n\n## Configuration\n\nWe assume your Meemo container is named `meemo` in the following.\n\n```sh\n# List users\ndocker exec meemo ./meemo/admin users\n\n# Add a user\ndocker exec meemo ./meemo/admin user-add -u yourUser -p yourPassword --display-name yourUser\n\n# Edit a user\ndocker exec meemo ./meemo/admin user-edit -u yourUser -p yourPassword --display-name yourUser\n\n# Remove a user\ndocker exec meemo ./meemo/admin user-del -u yourUser\n```\n\nAll the changes are saved to `users.json`\n\n## Environment variables\n\n| Environment variable | Default | Description |\n| --- | --- | --- |\n| `PORT` | `3000` | TCP port to listen on internally (should not be changed) |\n| `BIND_ADDRESS` | `0.0.0.0` (all) | Address to listen on internally (should not be changed) |\n| `CLOUDRON_APP_ORIGIN` | `http://localhost` | Used to share tasks etc. |\n| `CLOUDRON_MONGODB_URL` | `mongodb://mongodb:27017/meemo` | Location of the Mongo database (should not be changed) |\n| `ATTACHMENT_DIR` | `/data` | Attachment storage directory (should not be changed) |\n| `LOCAL_AUTH_FILE` | `/users.conf` | Users configuration file location (should not be changed) |\n| `NODE_ENV` | `production` | Should not be changed |\n\n## TODOs\n\n- [ ] Mail environment variables \u0026 test\n- [ ] LDAP environment variables \u0026 test\n- [ ] Build binary meemo + Scratch container\n\n## License\n\nThis repository is under an [MIT license](https://github.com/qdm12/meemo/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdm12%2Fmeemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqdm12%2Fmeemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdm12%2Fmeemo/lists"}