Skip to main content
r/sdotee icon

r/sdotee

members
online

S.EE: New File Sharing Feature S.EE: New File Sharing Feature

S.EE has launched a clean, fast file-sharing feature. No ads, no countdowns, no speed limits. Upload a file and immediately get a direct link.

Features

  • Direct links Suitable for Markdown, READMEs, blogs, forums, release pages and automated downloads.

  • Resume support (tus protocol) Large uploads can continue after network interruptions.

  • Global CDN Downloads are served at consistent speed worldwide.

  • Short domains fs.to, files.to, fileshare.to, and support for custom domains.

Live Examples

Direct download URLs are available on each preview page.

Suitable For

  • Developers hosting release assets or binaries

  • Sysadmins who want a simple wget workflow

  • Designers sharing materials

  • Anyone who needs a frictionless file download link

Pricing

File sharing requires a paid account.

Plans: https://s.ee/pricing/

More Information

Feedback is welcome.


S.EE - Text Sharing Feature Now Available S.EE - Text Sharing Feature Now Available

We’ve just released Text Sharing on S.EE.

This feature is designed for sharing text, code, and Markdown content in a clean and controlled way.

Features

  • Plain text

  • Syntax highlighting for code

  • Markdown support

  • Password-protected access

  • Automatic archiving after expiration

  • Automatic archiving after reaching a view limit

  • More features coming soon

Documentation

Default Text Sharing Domains

Text sharing is available on the following domains by default:

  • fs.to

  • ba.sh

  • z.sh

Full list of official domains:

https://s.ee/docs/official-domains/

Demos

Feedback and bug reports are very welcome.

Thanks for testing and supporting S.EE.


S.EE now offers a YOURLS-compatible API endpoint S.EE now offers a YOURLS-compatible API endpoint

Hi forks!

I wanted to share something that might be useful if you’re using YOURLS or any YOURLS-based clients.

S.EE now has a YOURLS-compatible API endpoint, which means a lot of existing tools, browser extensions, and automations that already talk to the YOURLS API should work without changes.

It’s intentionally a partial compatibility layer and focuses on the most common use case:

  • action=shorturl

  • signature auth (API token)

  • json, xml, and simple output formats

  • both GET and POST requests

This is mainly useful if you’re:

  • migrating away from YOURLS

  • reusing existing YOURLS clients

  • running scripts or automations that already integrate with YOURLS

Username/password auth and other YOURLS actions (stats, expand, db ops) aren’t supported.

Docs are here:

https://s.ee/docs/yourls/

Happy to hear feedback, especially if you’re using any YOURLS clients or workflows already.