From 3b137a109b8f7f4daad2644eaac68c87dde64526 Mon Sep 17 00:00:00 2001 From: Maximo Ospital <59743027+maximoospital@users.noreply.github.com> Date: Sun, 30 Jun 2024 18:24:14 -0300 Subject: [PATCH] test --- _posts/2023-05-29-downloadproxy.md | 85 ------------------------------ _posts/2024-06-10-thissite.md | 37 ------------- _posts/2024-06-27-MunGatCC.md | 75 -------------------------- landings/downloadproxy.md | 8 +++ landings/mungatcc.md | 8 +++ 5 files changed, 16 insertions(+), 197 deletions(-) delete mode 100644 _posts/2023-05-29-downloadproxy.md delete mode 100644 _posts/2024-06-10-thissite.md delete mode 100644 _posts/2024-06-27-MunGatCC.md create mode 100644 landings/downloadproxy.md create mode 100644 landings/mungatcc.md diff --git a/_posts/2023-05-29-downloadproxy.md b/_posts/2023-05-29-downloadproxy.md deleted file mode 100644 index 3efc597..0000000 --- a/_posts/2023-05-29-downloadproxy.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -layout: post -title: Download-Proxy -author: Maximo Ospital -category: Nuxt App -img: https://raw.githubusercontent.com/maximoospital/download-proxy/master/images/screenshot.png ---- - -
-

-

NuxtJS v2 Download-Proxy

- -

- A simple way to avoid CORS trouble in your external downloads. -
-
-

-

- -## Table Of Contents - -* [About the Project](#about-the-project) -* [Built With](#built-with) -* [Getting Started](#getting-started) - * [Prerequisites](#prerequisites) - * [Installation](#installation) -* [Usage](#usage) -* [Authors](#authors) -* [Acknowledgements](#acknowledgements) - -## About The Project - -![Screen Shot](https://raw.githubusercontent.com/maximoospital/download-proxy/master/images/screenshot.png) - -This is a solution to a (highly specific) problem i've had with NuxtJS v2, this being trying to get the server to serve me an external server's files as a download, while avoiding the CORS hijinks you'd run into with most solutions. - -## Built With - - - -* [NuxtJS v2](https://v2.nuxt.com/) -* [@nuxtjs/axios](https://axios.nuxtjs.org/) - -## Getting Started - -It's honestly pretty boilerplate stuff to get this demo working. - -### Prerequisites - -You only need NPM, any other stuff you might need you can get it through npm install. - -### Installation - -1. Clone the repo - -```sh -git clone https://github.com/maximoospital/download-proxy.git -``` - -2. Install NPM packages - -```sh -npm install -``` - -3. Run it. - -```sh -npm run dev -``` - -## Usage - -The way this works is pretty simple actually, the path /downloadImage is now assigned to the server middleware script ~/server-middleware/downloadImage.js, the way you can utilize this is by calling the path itself as /downloadImage/?url="YOUR LINK HERE" (without the -quotation marks). Keep in mind, the way this avoids CORS is by proxying traffic itself through the NodeJS server, so it is meant for either light files like images or light traffic, it does cleanup after download. - -## Authors - -* **Maximo Ospital** - *Junior Developer and CS Student* - [Maximo Ospital](https://github.com/maximoospital/) - *i made this lol* - -## Acknowledgements - -* [ShaanCoding for this awesome Readme's generator](https://github.com/ShaanCoding/) - -[![Logo](https://i.imgur.com/XlF4lM5.png)](https://github.com/maximoospital) diff --git a/_posts/2024-06-10-thissite.md b/_posts/2024-06-10-thissite.md deleted file mode 100644 index 5ac0146..0000000 --- a/_posts/2024-06-10-thissite.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: post -title: maximoospital.xyz -author: Maximo Ospital -category: Jekyll-based site -img: https://i.imgur.com/P087fqP.png ---- - -
-

- - Logo - - -

maximoospital.xyz

-
Maximo Ospital, 2024
-

- -## Table of Contents -* [About the Project](#About-The-Project) -* [Built With](#Built-With) - -## About the Project - -![Screen Shot](https://i.imgur.com/P087fqP.png) - -A Jekyll-based portfolio styled like old pc UIs. -Features: -- Lightweight static-generator site. -- Oldschool UI. - -## Built With -* [Jekyll](https://github.com/jekyll/jekyll/) -* [TuiCSS](https://github.com/vinibiavatti1/tuicss/) -* [Louie](https://github.com/lilykonings/louie/) - -[![Logo](https://i.imgur.com/XlF4lM5.png)](https://github.com/maximoospital) diff --git a/_posts/2024-06-27-MunGatCC.md b/_posts/2024-06-27-MunGatCC.md deleted file mode 100644 index 1e563eb..0000000 --- a/_posts/2024-06-27-MunGatCC.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -layout: post -title: MunGatCC -author: Maximo Ospital -category: Electron Desktop Client -img: https://i.imgur.com/iJUge87.png ---- - -

- -

Mundo Gaturro CC (MunGatCC)

- -
Maximo Ospital, 2024
-

Download Here!

-
-

- -## Table of Contents -* [About the Project](#About-The-Project) -* [Built With](#Built-With) -* [Getting Started](#getting-started) - * [Prerequisites](#prerequisites) - * [Installation](#Installation) -* [Getting Started (for advanced users)](#getting-started-for-advanced-users) - * [Prerequisites](#prerequisites) - * [Installation](#Installation) - -## About the Project - -![Screen Shot](https://i.imgur.com/iJUge87.png) - -A custom-made electron-based client for the Mundo Gaturro MMO which packs it's own build of Flash Player. - -Features: -- Faster and lighter than the official client (160mb to 50mb RAM usage). -- Safer and newer custom Flash build. -- Multiplatform, available on both Windows, Linux and MacOS. -- Various CSS errors fixed -- Includes a Codes screen for users. - -## Built With -* [Electron](https://www.electronjs.org/) -* PepperFlash v34 -* [electron-localshortcut](https://www.npmjs.com/package/electron-localshortcut/) -* [electron-updater](https://www.npmjs.com/package/electron-updater) -* [electron-window-state](https://www.npmjs.com/package/electron-window-state) - -## Getting Started - -### Installation - -1. Download the [latest release here](https://github.com/maximoospital/MunGatCC/releases/latest) - -2. Unzip or install and run! - -## Getting Started (for advanced users) - -### Prerequisites for manually building -- NodeJS - -### Installation - -1. Clone repo -```sh -git clone https://github.com/maximoospital/MunGatCC.git -``` - -2. Run npm install to install packages - -3. Run npm run package to get binaries. - - - ------- -[![Logo](https://i.imgur.com/XlF4lM5.png)](https://maximoospital.xyz) diff --git a/landings/downloadproxy.md b/landings/downloadproxy.md new file mode 100644 index 0000000..f781946 --- /dev/null +++ b/landings/downloadproxy.md @@ -0,0 +1,8 @@ +--- +layout: landing +title: download-proxy +category: Nuxt Module +img: https://raw.githubusercontent.com/maximoospital/download-proxy/master/images/screenshot.png +year: 2023 +github: https://github.com/maximoospital/download-proxy +--- \ No newline at end of file diff --git a/landings/mungatcc.md b/landings/mungatcc.md new file mode 100644 index 0000000..d34ce8e --- /dev/null +++ b/landings/mungatcc.md @@ -0,0 +1,8 @@ +--- +layout: landing +title: MunGatCC +category: Electron MMO Client +img: https://i.imgur.com/iJUge87.png +year: 2024 +github: https://github.com/maximoospital/MunGatCC +--- \ No newline at end of file