Coder Social home page Coder Social logo

davewalker5 / droneflightlog Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 7.99 MB

SQLite-based drone flight logbook implemented in C# with separate REST API and ASP.NET MVC UI

License: MIT License

C# 80.85% Dockerfile 0.06% HTML 10.22% CSS 8.87%
csharp dotnet-core drone drones asp-dotnet-core asp-dotnet-mvc aviation flight logbook mvc

droneflightlog's People

Contributors

davewalker5 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

droneflightlog's Issues

Docker: After creating the DB file via dotnet, adding user, uploading, results in blank browser window

Hello,

I am using the following docker compose:

Running via Portainer Stack - on Debian Linux

version: "3.7"
services:
drone-ui:
container_name: droneflightlogmvc
image: davewalker5/droneflightlogmvc:latest
restart: always
ports:
- 8082:80
networks:
- droneflightlog-network
depends_on:
- drone-api
drone-api:
container_name: droneflightlogservice
image: davewalker5/droneflightlogapisqlite:latest
restart: always
ports:
- 8092:80
networks:
- droneflightlog-network
volumes:
- data:/var/opt/droneflightlog.api-1.2.1.0/
networks:
droneflightlog-network:
driver: bridge
volumes:
data:
name: Dronelogbook

After creating the DB file via the database instructions wiki and uploading it to the data folder, when I launch the website, I am prompted to log in. After logging in, it just shows a blank page with no text. It redirects to: http://10.0.0.50:8082/Flights/Add

Would you have any suggestions to why this is?

Cap 1
Cap2

@davewalker5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.