OneSender: Difference between revisions

From Corat Coret
(Created page with " This is {{xt|a correct example}} for comparison {{tick}} ==Short Cuts== Cek versi <pre> cd /opt/onesender ./onesender-x86_64 -c config_n.yaml --version </pre>")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Short Cuts==


This is {{xt|a correct example}} for comparison {{tick}}
Cek versi
<syntaxhighlight lang="bash">
cd /opt/onesender
./onesender-x86_64 -c config_n.yaml --version
</syntaxhighlight>


==Short Cuts==
Ganti Password
<syntaxhighlight lang="bash">
./onesender-x86_64 -c config_n.yaml --set-option-key="app.password" --set-option-value="onesender12345"
./onesender-x86_64 -c config_n.yaml --set-option-key="app.login" --set-option-value="admin"
</syntaxhighlight>
 
Perintah service
<syntaxhighlight lang="bash">
systemctl stop onesender@n
systemctl start onesender@n
systemctl status onesender@n
systemctl enable onesender@n
systemctl is-enabled onesender@n
</syntaxhighlight>


Cek versi
==Konfigurasi==


Auto download attachment
<pre>
<pre>
cd /opt/onesender
webhook:
./onesender-x86_64 -c config_n.yaml --version
    disable_outbox: false
    disable_outbox_group: false
    save_media: true
    send_my_message: true
    send_outbox_hook: true
</pre>
</pre>

Latest revision as of 05:36, 27 May 2024

Short Cuts

Cek versi

cd /opt/onesender
./onesender-x86_64 -c config_n.yaml --version

Ganti Password

./onesender-x86_64 -c config_n.yaml --set-option-key="app.password" --set-option-value="onesender12345"
./onesender-x86_64 -c config_n.yaml --set-option-key="app.login" --set-option-value="admin"

Perintah service

systemctl stop onesender@n
systemctl start onesender@n
systemctl status onesender@n
systemctl enable onesender@n
systemctl is-enabled onesender@n

Konfigurasi

Auto download attachment

webhook:
    disable_outbox: false
    disable_outbox_group: false
    save_media: true
    send_my_message: true
    send_outbox_hook: true