mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

859
active users

#gts

1 post1 participant0 posts today
R.L. Dane :Debian: :OpenBSD: 🍵<p><span class="h-card"><a href="https://polymaths.social/@dmoonfire" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>dmoonfire</span></a></span> <span class="h-card"><a href="https://polymaths.social/@amin" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>amin</span></a></span></p><p>That's... exceeding unfortunate.</p><p>Maybe the <a href="https://polymaths.social/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GtS</span></a> team would be more receptive?</p>
Jürgen ⁂ :gts:<p>With the new release 2.3.2 of <a href="https://servus.jyrgi.de/tags/ivory" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ivory</span></a> the push notifications of <a href="https://servus.jyrgi.de/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GtS</span></a> are working.<br>Thanks to <span class="h-card"><a href="https://tapbots.social/@ivory" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ivory</span></a></span> for support standard compliant AES128GCM notifications that <span class="h-card"><a href="https://princess.industries/@vyr" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>vyr</span></a></span> used in PN implementation of GtS so quickly.</p>
Jon<p><span class="h-card"><a href="https://from.thefedi.wiki/@hello" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>hello</span></a></span> <span class="h-card"><a href="https://gts.superseriousbusiness.org/@gotosocial" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>gotosocial</span></a></span> Looks like it is an issue with <a href="https://gts.lylapol.com/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoToSocial</span></a> and some android apps. <span class="h-card"><a href="https://floss.social/@moshidon" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>moshidon</span></a></span> and <span class="h-card"><a href="https://mastodon.social/@Tusky" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Tusky</span></a></span> don't offer the translate option on my <a href="https://gts.lylapol.com/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GtS</span></a> instance. <a href="https://gts.lylapol.com/tags/fedilab" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fedilab</span></a> does. <a href="https://gts.lylapol.com/tags/elk" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>elk</span></a> and <a href="https://gts.lylapol.com/tags/phanpy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>phanpy</span></a> work too.</p>
fashionable cyber witch project vyr<ol><li><a href="https://github.com/VyrCossont/gotosocial/commit/a87e9d561f99a8426aa1613143183e406bd1a21d" rel="nofollow noopener noreferrer" target="_blank">advanced search operators prototype.</a> status: not quite ready for prime time.<ul><li>has a bunch of goofy operators nobody but me will ever use, such as <code>is:article</code></li><li>still missing some classics like <code>lang:</code>, <code>domain:</code>, <code>before:</code>, and <code>after:</code>, and some oddballs like <code>is:bot</code> (would require extra join) and <code>sort:</code> (would break ID-based paging)</li><li>needs docs, although i know where Past Vyr basically already wrote them: <a href="https://github.com/VyrCossont/mastodon/pull/8" rel="nofollow noopener noreferrer" target="_blank">https://github.com/VyrCossont/mastodon/pull/8</a> 😇</li></ul></li><li><a href="https://github.com/VyrCossont/gotosocial/commit/60495c02a98a5cc53ebff57fc01dd2cd44650d0a" rel="nofollow noopener noreferrer" target="_blank"><strong>indexed</strong> full text search prototype.</a> status: heretical.<ul><li>only works on PostgreSQL: <a href="https://www.sqlite.org/fts5.html" rel="nofollow noopener noreferrer" target="_blank">SQLite's full-text search</a> is much fussier and requires using a "virtual table" and frankly i can't be bothered, at least tonight</li><li>direct port of <a href="https://github.com/VyrCossont/mastodon/pull/3" rel="nofollow noopener noreferrer" target="_blank">https://github.com/VyrCossont/mastodon/pull/3</a> and has the same limitations: HTML isn't stripped, and media alt text and poll options aren't indexed</li><li>fixing that would start by adding a <a href="https://www.postgresql.org/docs/current/datatype-textsearch.html#DATATYPE-TSVECTOR" rel="nofollow noopener noreferrer" target="_blank"><code>tsvector</code></a> column that concatenates (with record separators? as an array?) the contents of <code>filterableFields</code> for a status, updates it every time the status or its attachments are edited, and GIN-indexes that column</li><li>ignores the whole issue of matching posts to language tags and language tags to PG <a href="https://www.postgresql.org/docs/current/textsearch-configuration.html" rel="nofollow noopener noreferrer" target="_blank">text search configurations</a> by assuming that everything is English</li><li>still <em>massively</em> faster than unindexed <code>ILIKE</code> that vanilla GTS uses</li></ul></li></ol><p>edit: fixed a backwards flag in <code>has:media</code> and related operators</p><p><a href="https://princess.industries/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoToSocial</span></a> <a href="https://princess.industries/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GTS</span></a> <a href="https://princess.industries/tags/fulltext" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FullText</span></a> <a href="https://princess.industries/tags/fulltextsearch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FullTextSearch</span></a></p>
fashionable cyber witch project vyr<p>we now have some GoToSocial docs about importing your archived posts in general: <a href="https://docs.gotosocial.org/en/latest/user_guide/importing_posts/" rel="nofollow noopener noreferrer" target="_blank">https://docs.gotosocial.org/en/latest/user_guide/importing_posts/</a></p><p>most of the specifics are in the <code>slurp</code> docs, but if you write your own importer and think it might be of general interest to GTS users, please let us know.</p><p><a href="https://princess.industries/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoToSocial</span></a> <a href="https://princess.industries/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GTS</span></a> <a href="https://princess.industries/tags/fedidev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FediDev</span></a></p>
Jürgen ⁂ :gts:<p>Slurp (<a href="https://github.com/VyrCossont/slurp" rel="nofollow noopener noreferrer" target="_blank">https://github.com/VyrCossont/slurp</a>) works like a charm. Just added my old <a href="https://servus.jyrgi.de/tags/mastodon" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mastodon</span></a> posts to my <a href="https://servus.jyrgi.de/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GtS</span></a> instance.<br>Kudos to <span class="h-card"><a href="https://princess.industries/@vyr" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>vyr</span></a></span> having created this tool and (afaik) also the related feature in GtS.</p><p><span class="h-card"><a href="https://gts.superseriousbusiness.org/@gotosocial" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>gotosocial</span></a></span></p><p><a href="https://servus.jyrgi.de/tags/fediverse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fediverse</span></a></p>
Jürgen ⁂ :gts:<p>Hallo zusammen, ich habe eine kleine Zusammenfassung der <strong>GoToSocial</strong> Installation unter <strong>Docker</strong> bereitgestellt. Ihr findet Die zusammenfassung hier: <a href="https://info.jyrgi.de/services/gotosocial/index.html" rel="nofollow noopener noreferrer" target="_blank">https://info.jyrgi.de/services/gotosocial/index.html</a></p><p><a href="https://servus.jyrgi.de/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoToSocial</span></a> <a href="https://servus.jyrgi.de/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GtS</span></a> <a href="https://servus.jyrgi.de/tags/selfhosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SelfHosting</span></a> <a href="https://servus.jyrgi.de/tags/fediverse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Fediverse</span></a></p>
Jessie Nabein :neofox_peek_owo:<p>Lol trying to access wafrn on a GTS instance using Tusky crashes the app 🥴</p><p>i don't even know who to report this to<br>Tusky because the app crashes?<br>GTS because Wafrn is incompatible somehow?<br>Wafrn because they're not sending some data?</p><p><a href="https://wetdry.world/tags/tusky" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tusky</span></a> <a href="https://wetdry.world/tags/wafrn" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wafrn</span></a> <a href="https://wetdry.world/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gts</span></a> <a href="https://wetdry.world/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gotosocial</span></a></p>
fashionable cyber witch project vyr<p><code>slurp</code> can now import your <code>pixelfed-statuses.json</code> to a GoToSocial server and save your photos locally in the process, provided your original Pixelfed server and account are still available to provide the photos.</p><p><a href="https://github.com/VyrCossont/slurp?tab=readme-ov-file#importing-a-pixelfed-archive" rel="nofollow noopener noreferrer" target="_blank">https://github.com/VyrCossont/slurp?tab=readme-ov-file#importing-a-pixelfed-archive</a></p><p>this is only lightly tested; please let me know if it works for you.</p><p><a href="https://princess.industries/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoToSocial</span></a> <a href="https://princess.industries/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GTS</span></a> <a href="https://princess.industries/tags/pixelfed" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pixelfed</span></a> <a href="https://princess.industries/tags/fedidev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FediDev</span></a></p>
Dreaming of dad jazz.<p>Hello folks using Go To Social. </p><p>Is there a way to easily run a test instance without a lot of heavy DNS and Cert infrastructure or do I need to bite the bullet and set up local forward/reverse? </p><p>I can fire up the container fine but get stuck when trying to set up the admin account.</p><p><a href="https://mastodon.social/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gotosocial</span></a> <a href="https://mastodon.social/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gts</span></a> <a href="https://mastodon.social/tags/fedihelp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fedihelp</span></a></p>
fashionable cyber witch project vyr<p>want to import your Mastodon posts into your GTS instance and keep the original post dates?</p><p>i've documented how to use <code>slurp</code> to import a Mastodon archive into GoToSocial 0.18 with status backdating: <a href="https://github.com/VyrCossont/slurp?tab=readme-ov-file#importing-a-mastodon-archive" rel="nofollow noopener noreferrer" target="_blank">https://github.com/VyrCossont/slurp?tab=readme-ov-file#importing-a-mastodon-archive</a></p><p><a href="https://princess.industries/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoToSocial</span></a> <a href="https://princess.industries/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GTS</span></a> <a href="https://princess.industries/tags/fedidev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FediDev</span></a></p>
R.L. Dane :Debian: :OpenBSD: 🍵<p><span class="h-card"><a href="https://hj.9fs.net/khm" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>khm</span></a></span> <span class="h-card"><a href="https://fosstodon.org/@adamsdesk" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>adamsdesk</span></a></span></p><p>Interesting, it looks like <a href="https://polymaths.social/tags/snac2" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>snac2</span></a> serves up both format, but <a href="https://polymaths.social/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GtS</span></a> only natively serves up the <a href="https://polymaths.social/tags/webp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebP</span></a>, and gives me a link to the <a href="https://polymaths.social/tags/avif" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>avif</span></a>.</p><p>Let's see what Mastodon does...</p><p>Also, corporations offloading bandwidth costs is a valid criticism, but I <em>do</em> want to reduce bandwidth (and storage) costs for my instance owners.</p>
fashionable cyber witch project vyr<p>one wrinkle i've hit so far is that Mastodon's media alt text limit is 1500 characters per attachment, but GTS's default was 500 characters <a href="https://github.com/superseriousbusiness/gotosocial/commit/4b0eefbcc9c30f1f34092be89a83936ab9ca04ed" rel="nofollow noopener noreferrer" target="_blank">before this change</a>. if you have an old instance like mine, check your <a href="https://docs.gotosocial.org/en/latest/configuration/media/#:~:text=media%2Ddescription%2Dmax%2Dchars" rel="nofollow noopener noreferrer" target="_blank"><code>media-description-max-chars</code></a> setting before importing posts from Mastodon.</p><p><a href="https://princess.industries/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoToSocial</span></a> <a href="https://princess.industries/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GTS</span></a></p>
fashionable cyber witch project vyr<p>the status backdating API feature is included in today's GoToSocial 0.18.0rc2!</p><p>if you want to remind your users that your instance rules still apply to posts originally authored on other instances before turning it on (or just don't want it), you can switch the feature off in the config file: look for the <a href="https://docs.gotosocial.org/en/latest/configuration/instance/#:~:text=instance%2Dallow%2Dbackdating%2Dstatuses" rel="nofollow noopener noreferrer" target="_blank"><code>instance-allow-backdating-statuses</code></a> variable.</p><p><a href="https://princess.industries/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoToSocial</span></a> <a href="https://princess.industries/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GTS</span></a></p>
Feditext<p>Feditext + GTS users: updating to GTS 0.18.0-rc2 includes the patch that makes push notifications work for iOS clients like Feditext and is recommended for all GTS users. you don't need to update Feditext if you already have build 130.</p><p><a href="https://mastodon.social/tags/Feditext" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Feditext</span></a> <a href="https://mastodon.social/tags/GoToSocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoToSocial</span></a> <a href="https://mastodon.social/tags/GTS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GTS</span></a></p>
fashionable cyber witch project vyr<p>ok, updates on importing posts:</p><ul><li><a href="https://github.com/superseriousbusiness/gotosocial/pull/3685" rel="nofollow noopener noreferrer" target="_blank">the backdating patch</a> is merged, with a config file flag to turn the feature on or off</li><li><a href="https://github.com/superseriousbusiness/gotosocial/issues/3786" rel="nofollow noopener noreferrer" target="_blank">docs bug for me for GTS on how to use it</a></li><li><a href="https://github.com/VyrCossont/slurp/issues/2" rel="nofollow noopener noreferrer" target="_blank">docs bug for me for using <code>slurp</code> to import and export emoji</a></li><li><a href="https://github.com/VyrCossont/slurp/issues/3" rel="nofollow noopener noreferrer" target="_blank">docs bug for me for using <code>slurp</code> to import posts</a></li><li>there's a few <code>slurp</code> patches that might help and i should tag a stable release after that</li></ul><p>don't let me forget those docs!</p><p><a href="https://princess.industries/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoToSocial</span></a> <a href="https://princess.industries/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GTS</span></a></p>
Paul Wilde :dontpanic2: :smeghead: :archlinux: :freebsd:<p>Oh cool. <a href="https://notnull.space/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gts</span></a> (yesterday's commit, not necessarily release) seems to have edits and push notifications now!<br>I haven't updated mine in a while, database migrations took over 2 hours but we got there!</p>
Giles Paterson<p>A few days ago, I did a hasty update of the docker image running my <a href="https://social.gilespaterson.com/tags/gotosocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gotosocial</span></a> instance and for whatever reason, the database migrations didn't complete, meaning that I had text visibility values in the db when the code expected ints.<br><br>I completely failed to check the service was working after the update, relying on the docker status instead, so I only realised something was up over the weekend when my fedi client kept bombing out.<br><br>Thankfully a quick manual update of the values in the db got everything working again, and I now know more about the internal working of <a href="https://social.gilespaterson.com/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gts</span></a> than I ever wanted to 😉</p>
𝘋𝘪𝘳𝘬<p>I wonder if it is an issue with <span class="h-card"><a href="https://m.webtoo.ls/@elk" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>elk</span></a></span> or with <span class="h-card"><a href="https://gts.superseriousbusiness.org/@gotosocial" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>gotosocial</span></a></span> that I cannot turn on push notification. Latest <a href="https://gts.0x7be.net/tags/gts" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GtS</span></a> RC announced push notifications support and according to the documentation, <a href="https://gts.0x7be.net/tags/elk" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Elk</span></a> also supports it.</p><p>Tried in latest <a href="https://gts.0x7be.net/tags/firefox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Firefox</span></a> on <a href="https://gts.0x7be.net/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> and <a href="https://gts.0x7be.net/tags/android" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Android</span></a> and at work in <a href="https://gts.0x7be.net/tags/chrome" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Chrome</span></a> on <a href="https://gts.0x7be.net/tags/windows" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Windows</span></a>.</p><p>Anyone any ideas?</p>
Feditext<p>Feditext beta users: today's version 1.7.2 build 130 adds support for push notifications from GoToSocial instances.</p><p>you will need to be running a development version of GTS 0.18 with this patch applied &lt;<a href="https://github.com/superseriousbusiness/gotosocial/pull/3762" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/superseriousbusines</span><span class="invisible">s/gotosocial/pull/3762</span></a>&gt;, or wait for the *next* release candidate (0.18.0rc1 doesn't have it) or the 0.18.0 release proper.</p><p>users of other instance servers don't need to update.</p><p><a href="https://mastodon.social/tags/Feditext" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Feditext</span></a> <a href="https://mastodon.social/tags/Metatext" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Metatext</span></a> <a href="https://mastodon.social/tags/GoToSocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoToSocial</span></a> <a href="https://mastodon.social/tags/GTS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GTS</span></a></p>