{"id":13929713,"url":"https://github.com/qbit/widdler","last_synced_at":"2025-10-29T12:42:21.778Z","repository":{"id":41158085,"uuid":"368202204","full_name":"qbit/widdler","owner":"qbit","description":"A WebDAV server for TiddlyWikis","archived":false,"fork":false,"pushed_at":"2024-10-28T19:34:45.000Z","size":1362,"stargazers_count":252,"open_issues_count":10,"forks_count":9,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-01-16T13:27:06.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qbit.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":"2021-05-17T13:48:32.000Z","updated_at":"2024-12-17T00:16:12.000Z","dependencies_parsed_at":"2024-06-20T11:57:53.278Z","dependency_job_id":"834eddb3-c954-4c40-8a8c-c3c1e3821772","html_url":"https://github.com/qbit/widdler","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fwiddler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fwiddler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fwiddler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fwiddler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qbit","download_url":"https://codeload.github.com/qbit/widdler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242138823,"owners_count":20078006,"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-08-07T18:02:30.496Z","updated_at":"2025-10-29T12:42:21.672Z","avatar_url":"https://github.com/qbit.png","language":"HTML","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"widdler\n=======\n\nwiddler is a single binary that serves up\n[TiddlyWiki](https://tiddlywiki.com)s.\n\nIt can be used to serve existing wikis, or to create new ones.\n\n# Features\n\n- TiddlyWikis are served over WebDav so you can save directly from the browser.\n- Automatically create new wiki files by browsing to a non-existent html file.\n- Built in .htpasswd management (Adding users).\n- Password protection via HTTP Basic Authentication.\n- Multiple users (adding another user to the .htaccess file creates a new user\n  namespace).\n- Optional TLS support.\n\n# Installation\n\nFor Go 1.16:\n```\ngo get -u suah.dev/widdler\n```\n\nFor Go 1.17 and up:\n```\ngo install suah.dev/widdler@latest\n```\n\n# Running\n\n```\nmkdir wiki\ncd wiki\n# Generate a .htpasswd file:\nwiddler -gen\nUsername: qbit\nPasswd: ******\n# Start the server\n./widdler\n```\n\nNow open your browser to [http://localhost:8080](http://localhost:8080).\n\n# Creating a new TiddlyWiki\n\nSimply browse to the file name you wish to create. widdler will automatically\ncreate the wiki file based off the current `empty.html` TiddlyWiki version.\n\n# Saving changes\n\nSimply hit the save button!\n\n# Updating widdler\n\n```\ngo install suah.dev/widdler@latest\n```\n\n# Running without .htpasswd\n\nYou can disable auth all together by setting the `-auth` flag to false:\n\n```\nwiddler -auth=false -wikis ~/wiki\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbit%2Fwiddler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqbit%2Fwiddler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbit%2Fwiddler/lists"}