https://github.com/patchwork-hub/posts
https://github.com/patchwork-hub/posts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/patchwork-hub/posts
- Owner: patchwork-hub
- License: mit
- Created: 2024-07-09T08:31:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T03:34:36.000Z (about 1 year ago)
- Last Synced: 2025-01-28T04:26:09.761Z (about 1 year ago)
- Language: Ruby
- Size: 43.9 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Overview
New post features for your Patchwork enhanced Mastodon server.
To enable this plugin please make sure you have set up a Mastodon server and installed the Patchwork Dashboard, with both running correctly.
[See the full Patchwork ReadMe here.](https://github.com/patchwork-hub/patchwork_dashboard/blob/main/README.md)
### Features
#### Custom Character Limit:
Set a custom character limit for posts on the server.
### Installation
Before installing this gem, please make sure that the following systems are up and running:
- [Set up a Mastodon server](https://docs.joinmastodon.org/admin/install/)
- [Patchwork Dashboard](https://github.com/patchwork-hub/patchwork_dashboard/blob/main/README.md)
1. Add this line to your Mastodon application's Gemfile:
```ruby
gem "posts", git: "https://github.com/patchwork-hub/posts"
```
2. Install The gem
```ruby
bundle install
```
3. After installing the gem, restart your application to load it in your application.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).