{"id":15548603,"url":"https://github.com/cornernote/docker-tiddlywiki","last_synced_at":"2025-07-05T18:07:12.562Z","repository":{"id":65277979,"uuid":"589151645","full_name":"cornernote/docker-tiddlywiki","owner":"cornernote","description":"Docker build for tiddlywiki with bob-multiuser plugin and nginx proxy.","archived":false,"fork":false,"pushed_at":"2023-02-09T03:21:02.000Z","size":50,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T18:36:40.082Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cornernote.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}},"created_at":"2023-01-15T08:31:20.000Z","updated_at":"2025-03-26T02:52:18.000Z","dependencies_parsed_at":"2023-02-10T23:00:49.612Z","dependency_job_id":null,"html_url":"https://github.com/cornernote/docker-tiddlywiki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cornernote/docker-tiddlywiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fdocker-tiddlywiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fdocker-tiddlywiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fdocker-tiddlywiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fdocker-tiddlywiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cornernote","download_url":"https://codeload.github.com/cornernote/docker-tiddlywiki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fdocker-tiddlywiki/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263781177,"owners_count":23510419,"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":[],"created_at":"2024-10-02T13:22:11.672Z","updated_at":"2025-07-05T18:07:12.547Z","avatar_url":"https://github.com/cornernote.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Image for Tiddlywiki\n\nThe image provides tiddlywiki and related services.\n\n[![Pulls](https://img.shields.io/docker/pulls/cornernote/tiddlywiki.svg?style=flat-square)](https://hub.docker.com/r/cornernote/tiddlywiki/)\n\n\n## Features\n\n- [Tiddlywiki](https://tiddlywiki.com/) - The most awesome way to keep notes.\n- [TW5-Bob](https://github.com/OokTech/TW5-Bob) - Provides real-time and multi-user using web sockets.\n- [Nginx](https://www.nginx.com/) - Reverse proxy for:\n  - [Basic Authentication](docs/basic-authentication.md)\n  - [HTTPS/SSL Certificates](docs/ssl-installation.md)\n\n\n## Installation\n\n\n### Quick Start\n\n```shell\ndocker run -p 80:80 cornernote/tiddlywiki\n```\n\nNow access your tiddlywiki from [http://localhost/](http://localhost/). \n\n### Using Docker Compose\n\nDocker compose allows you to keep all the configuration for the docker image in a single file, then run using `docker compose up`.  For most of the guides in documentation the `docker compose` method will be used, however you can always apply the same options just using `docker` commands.\n\n`mkdir tiddlywiki \u0026\u0026 cat \u003e docker-compose.yml` (paste from below, then `CTRL+D`)\n\n```yaml\nversion: '3'\nservices:\n  tiddlywiki:\n    image: cornernote/tiddlywiki:5.2.3-bob-1.7.3b1\n    volumes:\n      - ./tiddlywiki:/app\n    ports:\n      - \"80:80\"\n```\n\nThen start the container\n\n```shell\ndocker compose up -d\n```\n\nFor more examples see [Documentation](docs/README.md) \u003e [Examples](docs/examples/README.md).\n\n\n## Services Provided\n\nThe image provides several services to run a multi-user tiddlywiki server.\n\n- [Tiddlywiki NodeJS](https://tiddlywiki.com/static/TiddlyWiki%2520on%2520Node.js.html) - providing the core of the system\n- [TW5-Bob](https://github.com/OokTech/TW5-Bob) - a plugin that makes tiddlywiki a multi-user wiki on node\n- [Nginx](https://nginx.com) - high-performance HTTP server and reverse proxy\n- [Supervisor](http://supervisord.org/) - allows multiple processes to run within a single container\n\n\n## Supported Tags\n\n- `latest`\n- `5.2.3-bob-1.7.3b1`\n\n\n## Resources\n\n* [GitHub Project](https://github.com/cornernote/docker-tiddlywiki)\n* [DockerHub Project](https://hub.docker.com/r/cornernote/tiddlywiki/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornernote%2Fdocker-tiddlywiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcornernote%2Fdocker-tiddlywiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornernote%2Fdocker-tiddlywiki/lists"}