Skip to content

CyberL1/localapps-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is localapps server, a project designed to simplify the management and deployment of local applications.

Features

  • Easy setup and configuration
  • Apps shut down when you don't use them

Installation

Requirements

  • Docker

Go to releases page and download the binary for your OS and architecture.

Usage

Locally

  1. Do localapps-server up
  2. Go to http://localhost:8080 and you're good to go

Remote (VPS)

  1. Login to your vps
  2. Create data directory for localapps using:
mkdir -p ~/.config/localapps
  1. Create access-url.txt file inside it using:
echo "http://example.com:8080" > ~/.config/localapps/access-url.txt
  1. Start the server using:
docker run -d --name localapps-server -v /var/run/docker.sock:/var/run/docker.sock -v ~/.config/localapps:/root/.config/localapps -p 8080:8080 ghcr.io/cyberl1/localapps-server
  1. Go to the url you set to access localapps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages