Selfoss has built-in support for sharing links to Pocket, facebook, diaspora, twitter, and email. It'd be great to configure this menu to remove links to proprietary services, and send links to my self-hosted wordpress and wallabag instead.
According to the docs, you can configure this in config.ini with the following variables:
share
share defines which sharing buttons beneath the entry are visible. The following methods are supported:
a Web Share API, when available
f Facebook
t Twitter
p Pocket
d Diaspora
w Wallabag (requires wallabag option to be set)
s Wordpress (requires wordpress option to be set)
e E-mail
c Copy to clipboard
Include the letters for methods you want to use. For example, if you would like to only show Facebook and Twitter share buttons, use share=ft.
Defaults to share=atfpde.
wallabag URL of your Wallabag instance.
wallabag_version Set to 2 or 1 depending on your wallabag version
wordpress URL of your WordPress blog for sharing link
Selfoss has built-in support for sharing links to Pocket, facebook, diaspora, twitter, and email. It'd be great to configure this menu to remove links to proprietary services, and send links to my self-hosted wordpress and wallabag instead.
According to the [docs](https://selfoss.aditu.de/docs/administration/options/), you can configure this in `config.ini` with the following variables:
```
share
share defines which sharing buttons beneath the entry are visible. The following methods are supported:
a Web Share API, when available
f Facebook
t Twitter
p Pocket
d Diaspora
w Wallabag (requires wallabag option to be set)
s Wordpress (requires wordpress option to be set)
e E-mail
c Copy to clipboard
Include the letters for methods you want to use. For example, if you would like to only show Facebook and Twitter share buttons, use share=ft.
Defaults to share=atfpde.
wallabag URL of your Wallabag instance.
wallabag_version Set to 2 or 1 depending on your wallabag version
wordpress URL of your WordPress blog for sharing link
```
aadil
changed title from Add env vars for configuring sharing to Expose env vars for configuring share menu2023-01-22 10:08:04 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Selfoss has built-in support for sharing links to Pocket, facebook, diaspora, twitter, and email. It'd be great to configure this menu to remove links to proprietary services, and send links to my self-hosted wordpress and wallabag instead.
According to the docs, you can configure this in
config.iniwith the following variables:Add env vars for configuring sharingto Expose env vars for configuring share menu