rpi_autism

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
rpi_autism [2020/07/28 14:41] – [Notify completion of downloading] Júne Parkrpi_autism [2023/05/06 12:12] – [+Work logs] Júne Park
Line 19: Line 19:
     * [[:cell_epiaux|Júne's Primus ─ EPiAUX 5X]]     * [[:cell_epiaux|Júne's Primus ─ EPiAUX 5X]]
     * [[:cell_epihex|Júne's Extentus ─ EPiHEX 6]]     * [[:cell_epihex|Júne's Extentus ─ EPiHEX 6]]
 +    * [[:cell_epimer|Júne's Maximus ─ EPiMER 5P]]
     * [[:cell_epinex|Júne's Secondus ─ EPiNEX 5]]     * [[:cell_epinex|Júne's Secondus ─ EPiNEX 5]]
     * [[:cell_epitab|Júne's Laminus - EPiTAB 7]]     * [[:cell_epitab|Júne's Laminus - EPiTAB 7]]
Line 45: Line 46:
 <code ini> <code ini>
 Mounted on            Type  Size  Used Avail Use% Mounted on            Type  Size  Used Avail Use%
-~/repository          ext4  459G  171G  265G  40+~/repository          ext4  459G  310G  126G  72
-~/storage             ext4  459G  195G  241G  45%+~/storage             ext4  459G  174G  262G  40%
 </code> </code>
  
Line 59: Line 60:
 ==== +Work logs ==== ==== +Work logs ====
  
 +  * Fixed ''conveyance daemon'' due to wrong lib sharing <sub>  --- Updated on //2023/05/06 21:11// </sub>
   * Disable ''transmission web'' port, ''9090'' & ''9091'' and build ''proxy_pass'' pages <sub>  --- Updated on //2020/07/11 03:22// </sub>   * Disable ''transmission web'' port, ''9090'' & ''9091'' and build ''proxy_pass'' pages <sub>  --- Updated on //2020/07/11 03:22// </sub>
   * Plugin Wired Giga LAN {{fa>usb}} <sub>  --- Updated on //2020/02/22 03:34// </sub>   * Plugin Wired Giga LAN {{fa>usb}} <sub>  --- Updated on //2020/02/22 03:34// </sub>
Line 178: Line 180:
 Edit ''/etc/transmission-daemon/settings.json''  Edit ''/etc/transmission-daemon/settings.json'' 
  
-<button type="danger" size="sm" icon="mdi mdi-settings-box">[[https://wiki.meson.one/doku.php?id=secured:server_config#machine_specific|Live Configuration]]</button>+<button type="danger" size="sm" icon="mdi mdi-settings-box">[[https://wiki.meson.one/doku.php?id=secured:server_config|Live Configuration]]</button>
  
 <code yaml> <code yaml>
Line 270: Line 272:
 Edit ''/etc/conveyance-daemon/settings.json''. Compare and check settings with default values. Edit ''/etc/conveyance-daemon/settings.json''. Compare and check settings with default values.
  
-<button type="danger" size="sm" icon="mdi mdi-settings-box">[[https://wiki.meson.one/doku.php?id=secured:server_config#machine_specific|Live Configuration]]</button>+<button type="danger" size="sm" icon="mdi mdi-settings-box">[[https://wiki.meson.one/doku.php?id=secured:server_config|Live Configuration]]</button>
  
  
Line 319: Line 321:
 === Getting API from Telegram ===  === Getting API from Telegram === 
  
-{{fa>telegram?color=#0088cc}} Option B. via ''**Telegram**'' +To get API from {{mdi>telegram?color=#0088cc}} **Telegram**, need to create Telegram Bot by which notification is sending.   
  
-''get'' API key & chat_id --- [[https://telegram.me/botfather|Create your own Bot]] with ''/newbot'' command. +Create Telegram Bot --- [[https://telegram.me/botfather|Create your own Bot]] with ''/newbot'' command. 
  
-''Create'' Bot and finish ''settings'' such as Bot Name, Description, Profile image and so on. +Finish with specific information in ''settings'' such as **Bot Name****Description****Profile image** and so on. 
  
-''Find'' **''API key''** from BotFather. +After finishing Bot, find the API key from **BotFather** 
    
   * API key is like ''977114901:279gLSo-d7XZokF4QqM69ZfF3xBKtnYQqMk''   * API key is like ''977114901:279gLSo-d7XZokF4QqM69ZfF3xBKtnYQqMk''
  
-''Find'' **''chat_id''** from API key +To create script, it requires **''chat_id''** from API key. To figure out ''chat_id'', 
  
-To figure out ''chat_id''+Goto ''https://api.telegram.org/bot**977114901:279gLSo-d7XZokF4QqM69ZfF3xBKtnYQqMk**/getUpdates'' 
  
-''https://api.telegram.org/bot**977114901:279gLSo-d7XZokF4QqM69ZfF3xBKtnYQqMk**/getUpdates'' +If result returns nothing like ''chat_id'', go to Telegram and **give some chats with your Bot**. Of course, your Bot never answers you. 
  
-If this URL returns no ''chat_id'', go to Telegram and **give some chats with your Bot**. Of course, your Bot never answers you.  +Then visit again and it shows something like ''{"id":**29329664**,"first_name": ....},'' and ''**id**'' is your ''chat_id'' is ''29329664''
- +
-After sending some chats, go URL again. It shows something like ''{"id":**29329664**,"first_name": ....},'' and ''**id**'' is your ''chat_id'' is ''29329664''+
  
 === Modify Transmission service ===  === Modify Transmission service === 
Line 365: Line 365:
  
 Put script with the following option:  Put script with the following option: 
 +
 +<button type="danger" size="sm" icon="mdi mdi-script-text-outline">[[https://wiki.meson.one/doku.php?id=secured:server_script|Live Scripts]]</button>
 +
  
 == Script for Pushbullet == == Script for Pushbullet ==
Line 389: Line 392:
 </code>   </code>  
  
-=== Script with Webhook ===+== Script with Webhook ==
  
 Webhook is HTTP push API for general purpose. Message services such as Slack {{mdi>slack?color=#e9a820}} provide Webhook is HTTP push API for general purpose. Message services such as Slack {{mdi>slack?color=#e9a820}} provide
Line 400: Line 403:
 WebHook address and setup instruction is guided by Slack (tm).  WebHook address and setup instruction is guided by Slack (tm). 
  
 +=== Restart Transmission ===
  
-Restart daemon ''sudo systemctl start transmission-daemon.service'' +<code bash> 
 +sudo systemctl start transmission-daemon.service 
 +</code>
  
 ---- ----
  • rpi_autism
  • Last modified: 2023/06/09 09:48
  • by Júne Park