diff --git a/.dockerignore b/.dockerignore index 54de269..b1f0a3e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,4 +3,4 @@ .dockerignore node_modules test - +screenshots diff --git a/CHANGELOG b/CHANGELOG index b417a40..2725874 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,2 +1,6 @@ [0.1.0] * Initial Cloudron packaging + +[1.0.0] +* Initial stable version + diff --git a/CloudronManifest.json b/CloudronManifest.json index 5e94346..a2b9878 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,8 +4,8 @@ "author": "Matodon Authors", "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", - "tagline": "A federated microblogging network that is decentralized between independently operated servers", - "version": "0.1.0", + "tagline": "Federated social network", + "version": "1.0.0", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1073741824, @@ -24,7 +24,8 @@ "tags": [ "social", "forum", - "chat" + "chat", + "twitter" ], "mediaLinks": [ "https://upload.wikimedia.org/wikipedia/commons/0/0b/Mastodon_desktop_web_screenshot.png" diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 79ce5dc..df73500 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,15 +1,14 @@ -Social networking, back in your hands --- -Follow friends and discover new ones. Publish anything you want: links, pictures, text, video. All on a platform that is community-owned and ad-free. +This app packages Mastodon 3.0.1. -Find your perfect community --- -Mastodon isn’t just a website, it is a federation—think Star Trek. Thousands of independent communities running Mastodon form a coherent network, where while every planet is different, being part of one is being part of the whole. +Your self-hosted, globally interconnected microblogging community. -Safer social media experience --- -Mastodon comes with effective anti-abuse tools to help protect yourself. Thanks to the network's spread out and independent nature there are more moderators who you can approach for personal help, and servers with strict codes of conduct. +Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones. On Mastodon, users can publish anything they want: links, pictures, text, video. All Mastodon servers are interoperable as a federated network (users on one server can seamlessly communicate with users from another one, including non-Mastodon software that implements ActivityPub)! + +## Features + +* No vendor lock-in: Fully interoperable with any conforming platform +* Real-time, chronological timeline updates +* Media attachments like images and short videos +* Safety and moderation tools +* OAuth2 and a straightforward REST API -Sharing your thoughts has never been more convenient --- -You have 500 characters. You can adjust the thumbnails of your pictures with focal points. You can use custom emojis, hide things behind spoiler warnings and choose who sees a given post. Messed it up? You can delete & redraft for quick corrections. \ No newline at end of file diff --git a/screenshots/1.jpg b/screenshots/1.jpg new file mode 100644 index 0000000..45b270f Binary files /dev/null and b/screenshots/1.jpg differ diff --git a/screenshots/2.png b/screenshots/2.png new file mode 100644 index 0000000..99a6a8d Binary files /dev/null and b/screenshots/2.png differ