hkcomori
hkcomori
Set Postfix settings like `smtp_user`. ```bash $ sudo docker run -p 25:25 \ -e maildomain=mail.example.com -e smtp_user=user:pwd \ -e postconf=key:value \ --name postfix -d hkcomori/postfix # Set multiple configs: -e...
Closes FreshRSS/Extensions#227 Changes proposed in this pull request: - Add UserCSS, which is based on [CustomCSS](https://github.com/FreshRSS/Extensions/tree/master/xExtension-CustomCSS) and changes the file storage location to the user's directory - Add UserJS, which...
Added the `security_autoupdate_additional_origins` list as a variable. The default value is an empty list and does not change the previous behavior. This allows for automatic updates of packages obtained from...
**Is your feature request related to a problem? Please describe.** Multiple-cursors allows me to select multiple strings at once. When multiple strings are selected and some formatting is toggled, it...
Is it possible to separate the frontmatter switch by methods to solve following issue? 1. By "Copy Selection As Markdown", I want copy only selected text. Because I paste it...
I want to extract JSON embedded in HTML script elements for processing by JSON dotpath. So I have added a format that outputs only bare content. `Barejson` is a term...
I want to install rclone in the home directory of non-root user for personal use on a shared machine. (eg. `~/.local/bin/rclone`) For this purpose, I'm happy if the binary `location`,...
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary [NOTE]: # ( Provide a brief overview of what the new...
Only ping requests are allowed according to the comments, and all other ICMP requests are denied (We can also allow them with additional rules). Considering CVE-1999-0524, it is better to...
Add [unixsocket](https://mmonit.com/monit/documentation/monit.html#UNIX-SOCKET) support for webinterface. In environments where TCP port cannot be used for security reasons, Unix Socket support is required. > Note that if HTTP support is disabled, the...