{"id":27185009,"url":"https://github.com/threefoldtech/www-mastodon","last_synced_at":"2026-02-14T15:32:58.366Z","repository":{"id":63736232,"uuid":"568371659","full_name":"threefoldtech/www-mastodon","owner":"threefoldtech","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-15T01:50:19.000Z","size":609,"stargazers_count":2,"open_issues_count":13,"forks_count":0,"subscribers_count":15,"default_branch":"development","last_synced_at":"2025-04-09T17:10:32.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threefoldtech.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-20T10:26:14.000Z","updated_at":"2023-06-06T10:16:33.000Z","dependencies_parsed_at":"2025-04-09T17:10:09.925Z","dependency_job_id":"e3873b61-0335-4bca-aa3d-ebc0a174ec50","html_url":"https://github.com/threefoldtech/www-mastodon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/threefoldtech/www-mastodon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefoldtech%2Fwww-mastodon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefoldtech%2Fwww-mastodon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefoldtech%2Fwww-mastodon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefoldtech%2Fwww-mastodon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threefoldtech","download_url":"https://codeload.github.com/threefoldtech/www-mastodon/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefoldtech%2Fwww-mastodon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29448006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T14:10:32.461Z","status":"ssl_error","status_checked_at":"2026-02-14T14:09:49.945Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-04-09T17:10:05.014Z","updated_at":"2026-02-14T15:32:58.350Z","avatar_url":"https://github.com/threefoldtech.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WWW-MASTODON\n\nMastodon Deployment Weblet \n\n## Table of contents\n\n1. [How to include weblet in another website?](#how-to-include-weblet-in-another-website)\n2. [Provider ID](#provider-id)\n\n### How to include weblet in another website?\n\n1. Clone the project\n\n```sh\ngit clone https://github.com/threefoldtech/www-mastodon.git\n\n# Change directory inside project\ncd ./www-mastodon\n```\n\n2. Install project dependencies\n\n```sh\nyarn install\n```\n\n3. Build project\n\n```sh\nyarn build\n```\n\n4. Copy all files in _./dist_ folder into your project (for e.g in _./weblet_)\n\n5. Import scripts in your project\n\n```html\n\u003cscript src=\"./weblet/config.js\"\u003e\u003c/script\u003e\n\u003cscript defer src=\"./weblet/mastodon.js\"\u003e\u003c/script\u003e\n```\n\n6. Use weblet within your templates\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003c!-- Code... --\u003e\n    \u003cscript src=\"./weblet/config.js\"\u003e\u003c/script\u003e\n    \u003cscript defer src=\"./weblet/mastodon.js\"\u003e\u003c/script\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003ctf-mastodon provider=\"your-provider-id\"\u003e\u003c/tf-mastodon\u003e\n    \u003ctf-mastodon-list\u003e\u003c/tf-mastodon-list\u003e\n  \u003cbody\u003e\n\u003c/html\u003e\n```\n\n### Provider ID\n\nIf you didn't add a **Provider ID**. User will be asked to enter a valid id or stick to our default id(1).\n![image](https://user-images.githubusercontent.com/31689104/207857124-cc5bc7e0-121c-4248-b295-c1ff8d264211.png)\n\nIf you add a **Provider ID**. you will get _Credentials_ as first page.\n\n```html\n\u003ctf-mastodon provider=\"your-provider-id\"\u003e\u003c/tf-mastodon\u003e\n```\n\n![image](https://user-images.githubusercontent.com/31689104/207612152-3069fc8c-25f5-49ed-a2a6-c0cdf37a7639.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreefoldtech%2Fwww-mastodon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreefoldtech%2Fwww-mastodon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreefoldtech%2Fwww-mastodon/lists"}