diff options
author | Minteck <contact@minteck.org> | 2022-06-28 09:56:54 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-28 09:56:54 +0200 |
commit | c6fd006e2ec28114dec246ecdcc9e821c4d7200a (patch) | |
tree | 700a09180ddc31304bc24af404aa3cb09b5604e9 | |
parent | ec303998e5a40bb8f093cbdc554ef91251abcbe9 (diff) | |
download | ember-c6fd006e2ec28114dec246ecdcc9e821c4d7200a.tar.gz ember-c6fd006e2ec28114dec246ecdcc9e821c4d7200a.tar.bz2 ember-c6fd006e2ec28114dec246ecdcc9e821c4d7200a.zip |
yooo what's what weirdy screenshot thingy?
-rw-r--r-- | .DS_Store | bin | 6148 -> 8196 bytes | |||
-rw-r--r-- | .idea/deployment.xml | 4 | ||||
-rw-r--r-- | .idea/sshConfigs.xml | 8 | ||||
-rw-r--r-- | .idea/webServers.xml | 14 | ||||
-rw-r--r-- | index.php | 2 |
5 files changed, 25 insertions, 3 deletions
Binary files differ diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 55f1faa..ae3bb62 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> - <component name="PublishConfigData" autoUpload="Always" serverName="Minteck.org" remoteFilesAllowedToDisappearOnAutoupload="false"> + <component name="PublishConfigData" autoUpload="Always" serverName="maretimebay" remoteFilesAllowedToDisappearOnAutoupload="false"> <serverData> - <paths name="Minteck.org"> + <paths name="maretimebay"> <serverdata> <mappings> <mapping deploy="/mnt/minteckorg" local="$PROJECT_DIR$" web="/" /> diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml new file mode 100644 index 0000000..153d038 --- /dev/null +++ b/.idea/sshConfigs.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="SshConfigs"> + <configs> + <sshConfig authType="OPEN_SSH" host="maretimebay.equestria.dev" id="8524a4d0-3a8d-436e-a09f-ecddab4c63de" port="22465" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" /> + </configs> + </component> +</project>
\ No newline at end of file diff --git a/.idea/webServers.xml b/.idea/webServers.xml new file mode 100644 index 0000000..c1912fe --- /dev/null +++ b/.idea/webServers.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="WebServers"> + <option name="servers"> + <webServer id="6eb6624d-9463-42bd-b215-d3238128c350" name="maretimebay"> + <fileTransfer accessType="SFTP" host="maretimebay.equestria.dev" port="22465" sshConfigId="8524a4d0-3a8d-436e-a09f-ecddab4c63de" sshConfig="root@maretimebay.equestria.dev:22465 agent" authAgent="true"> + <advancedOptions> + <advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" /> + </advancedOptions> + </fileTransfer> + </webServer> + </option> + </component> +</project>
\ No newline at end of file @@ -52,7 +52,7 @@ global $domainMode; <img id="social-twitter-icon" class="social-item-icon" alt="" src="/assets/common/social/twitter.png"> <div id="social-twitter-text" class="social-item-text">Twitter</div> </a> - <a href="https://matrix.to/#/@<?= $conepone ? "cloudburst" : "moonshine" ?>:equestria.horse" target="_blank" id="social-matrix" class="social-item">![](../../../../var/folders/0w/yhmsp6hd4tx9lk24s5z826rm0000gn/T/TemporaryItems/NSIRD_screencaptureui_SEaio9/Screenshot 2022-06-22 at 9.52.20 AM.png) + <a href="https://matrix.to/#/@<?= $conepone ? "cloudburst" : "moonshine" ?>:equestria.horse" target="_blank" id="social-matrix" class="social-item"> <img id="social-matrix-icon" class="social-item-icon" alt="" src="/assets/common/social/matrix.png"> <div id="social-matrix-text" class="social-item-text">Matrix</div> </a> |