Instructions on how to generate a self signed ssl certificate and enable it on the OS level so that browsers accept it.
These are the domains you plan to access over https
e.g:
127.0.0.1 local.dev
127.0.0.1 site1.local.dev
127.0.0.1 site2.local.dev
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
| // ==UserScript== | |
| // @name Asana quote reply style | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-07-17 | |
| // @description Turn comments that start with `>` into "quote reply" style like Github | |
| // @author Rafael Steil | |
| // @match https://app.asana.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=asana.com | |
| // @grant none | |
| // ==/UserScript== |