Morgan's Content Delivery Network Server

View all the images taken and uploaded via ShareX, stored on MinIO

images.ts
const fetchImages = async () => {
  try {
    const response = await fetch('api/images');
    if (!response.ok) {
      throw new Error('Network response was not ok');
    }
    const images = await response.json();
    return images;
    } catch (error) {
      console.error('There has been a problem with your fetch operation:', error);
  }
};
 portfolio git:(master) Awaiting for authentication..

My File Store

See what I'm screenshotting!

View my CDN server, which includes images, gifs, files & code blocks!

Please authenticate to view the image list.