DecentralizedAmateurPagingNetwork / Web

Licence: MIT license
The default DAPNET Web-frontend.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Web

Virtual-Room
A virtual room where friends share videos among them in real time directly over the web browser, with synchronized playback and a video chat at the same time.
Stars: ✭ 31 (+72.22%)
Mutual labels:  web-app
binnit
minimal no-fuss pastebin service clone in golang
Stars: ✭ 27 (+50%)
Mutual labels:  web-app
csgo-league-web
League web panel
Stars: ✭ 42 (+133.33%)
Mutual labels:  web-app
Pastebin
Modern pastebin written in golang
Stars: ✭ 111 (+516.67%)
Mutual labels:  web-app
streamlit-project
This repository provides a simple deployment-ready project layout for a Streamlit app. Simply swap out the code in `app.py` for your own and hit deploy!
Stars: ✭ 33 (+83.33%)
Mutual labels:  web-app
virtool
Viral infection diagnostics using next-generation sequencing
Stars: ✭ 36 (+100%)
Mutual labels:  web-app
mp
Hybrid music player
Stars: ✭ 12 (-33.33%)
Mutual labels:  web-app
hradla
Logic network simulator that runs in your browser
Stars: ✭ 22 (+22.22%)
Mutual labels:  web-app
peeps-generator
Build and customize your open peeps illustrations right away!
Stars: ✭ 32 (+77.78%)
Mutual labels:  web-app
intertext
Detect and visualize text reuse
Stars: ✭ 97 (+438.89%)
Mutual labels:  web-app
dominion-card-generator
a web-app to generate mockups of fan-cards for the card game dominion easily
Stars: ✭ 20 (+11.11%)
Mutual labels:  web-app
LoIDE
Web-based IDE for Logic Programming
Stars: ✭ 21 (+16.67%)
Mutual labels:  web-app
guitar
🎸 Online guitar toy and tablature recorder/player
Stars: ✭ 80 (+344.44%)
Mutual labels:  web-app
ocsigen-start
Ocsigen-start: an Eliom application skeleton ready to use to build your own application with users, (pre)registration, notifications, etc.
Stars: ✭ 70 (+288.89%)
Mutual labels:  web-app
software-systems-architecture
A collection of descriptions of the architecture that various systems use.
Stars: ✭ 24 (+33.33%)
Mutual labels:  web-app
AtCoderClans
【非公式】AtCoderがもっと楽しくなるリンク集です。有志による非公式サービス・ツール・ライブラリ・記事などをまとめています。
Stars: ✭ 74 (+311.11%)
Mutual labels:  web-app
Sudoku
The classic game in its brand new, modern shape. Badges, points & leaderboards included.
Stars: ✭ 13 (-27.78%)
Mutual labels:  web-app
AQMissionHelper
Route to the next Onyx - A mission helper tool for Niantic Ingress - Learn more at http://imaq.cn/mh/
Stars: ✭ 12 (-33.33%)
Mutual labels:  web-app
browser-push
Complete workout and guidelines to add web push notifications support for your webapp without third-party notification provider
Stars: ✭ 67 (+272.22%)
Mutual labels:  web-app
24x7-Foodies---Food-Ordering-Project-in-PHP
An online food ordering website that displays the menu of available food items along with their price and allows the user to place an order after choosing the items from the menu. Technologies used: HTML, CSS, Javascript, PHP, MySQL database.
Stars: ✭ 31 (+72.22%)
Mutual labels:  web-app

DAPNET Web

The default DAPNET Web-frontend. Written in the Vue.js framework and built using webpack.

For further information visit this project's wiki.

Setup using Docker

  1. Make sure you have a current installation of Docker on your server
  2. Prepare a directory to hold your configuration (e.g. /srv/dapnet/web/config) and copy the following files from this repository there:
    • src/store/config/defaultUrls.json.example to defaultUrls.json and change the default url-settings
    • src/store/config/defaultText.json.example to defaultText.json and change the default custom text (displayed on the home page)
    • src/store/config/defaultMap.json.example to defaultMap.json and change the default map-settings
  3. Pull the image and run the container while mapping the webserver to port 8080:
docker run --name dapnet-web -d -v /srv/dapnet/web/config:/app/src/store/config:ro -p 8080:80 dapnet/web
  1. You are done. The container will build the website, update the coverage data and publish the website on the specified port

Setup manually

If you do not want to use the all-in-one Docker image, you are free to follow the manual installation guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].