diff options
author | lolcat <will@lolcat.ca> | 2023-11-27 19:39:20 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-11-27 19:39:20 -0500 |
commit | e4c23493a99b399f0c03e8218ec12cd76b7abdda (patch) | |
tree | 0b23f5e3cbcf2165f128d8bebdda226ab5d3bc3c | |
parent | 2519666e1c831f85836f9ce6d975d3ceb975c09d (diff) |
added dependency in readme
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | admin.php | 0 | ||||
-rw-r--r-- | opensearch.xml | 9 | ||||
-rw-r--r-- | sitemap.xml | 19 |
5 files changed, 4 insertions, 29 deletions
@@ -21,6 +21,9 @@ scraper/yandex.html scraper/soundcloud.json scraper/mp3-pm.html banner/* +data/captcha/birds/ +data/captcha/fumo_plushies/ +data/captcha/minecraft/ !banner/*default* ======= banner/* @@ -74,7 +74,7 @@ This section is still to-do. You will need to figure shit out for some of the ap Login as root. ```sh -apt install apache2 certbot php-imagick imagemagick php-curl curl php-apcu git libapache2-mod-php python3-certbot-apache +apt install php-mbstring apache2 certbot php-imagick imagemagick php-curl curl php-apcu git libapache2-mod-php python3-certbot-apache service apache2 start a2enmod rewrite ``` diff --git a/admin.php b/admin.php deleted file mode 100644 index e69de29..0000000 --- a/admin.php +++ /dev/null diff --git a/opensearch.xml b/opensearch.xml deleted file mode 100644 index efce4b4..0000000 --- a/opensearch.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> -<ShortName>4get</ShortName> - -<InputEncoding>UTF-8</InputEncoding> -<Image height="16" width="16">https://4get.ca/favicon.ico</Image> -<Url type="text/html" method="GET" template="https://4get.ca/web?s={searchTerms}"/> - -</OpenSearchDescription> diff --git a/sitemap.xml b/sitemap.xml deleted file mode 100644 index ade4c4d..0000000 --- a/sitemap.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> - <url> - <loc>https://4get.ca</loc> - <lastmod>2023-07-31T07:56:12+03:00</lastmod> - </url> - <url> - <loc>https://4get.ca/about</loc> - <lastmod>2023-07-31T07:56:12+03:00</lastmod> - </url> - <url> - <loc>https://4get.ca/settings</loc> - <lastmod>2023-07-31T07:56:12+03:00</lastmod> - </url> - <url> - <loc>https://4get.ca/api.txt</loc> - <lastmod>2023-07-31T07:56:12+03:00</lastmod> - </url> -</urlset>
\ No newline at end of file |