Browse Source

nextcloud

master
esoe 10 months ago
parent
commit
ef96426125
  1. 2
      src/main/webapp/index.html
  2. BIN
      target/home.war
  3. BIN
      target/home/WEB-INF/classes/ru/molokoin/home/servlets/Delete.class
  4. BIN
      target/home/WEB-INF/classes/ru/molokoin/home/servlets/Download.class
  5. BIN
      target/home/WEB-INF/classes/ru/molokoin/home/servlets/Main.class
  6. BIN
      target/home/WEB-INF/classes/ru/molokoin/home/servlets/Storage.class
  7. BIN
      target/home/WEB-INF/classes/ru/molokoin/home/util/HardDrive.class
  8. 6
      target/home/index.html

2
src/main/webapp/index.html

@ -13,6 +13,8 @@
<h1>molokoin.ru : домашний портал</h1> <h1>molokoin.ru : домашний портал</h1>
</header> </header>
<aside> <aside>
<a href="/wildfly/console">wildfly-console</a>
<a href="/gitea">gitea</a>
<a href="http://www.molokoin.ru:8080/home/storage">storage-current</a> <a href="http://www.molokoin.ru:8080/home/storage">storage-current</a>
<a href="http://www.molokoin.ru:8080/storage/">storage-service</a> <a href="http://www.molokoin.ru:8080/storage/">storage-service</a>
</aside> </aside>

BIN
target/home.war

Binary file not shown.

BIN
target/home/WEB-INF/classes/ru/molokoin/home/servlets/Delete.class

Binary file not shown.

BIN
target/home/WEB-INF/classes/ru/molokoin/home/servlets/Download.class

Binary file not shown.

BIN
target/home/WEB-INF/classes/ru/molokoin/home/servlets/Main.class

Binary file not shown.

BIN
target/home/WEB-INF/classes/ru/molokoin/home/servlets/Storage.class

Binary file not shown.

BIN
target/home/WEB-INF/classes/ru/molokoin/home/util/HardDrive.class

Binary file not shown.

6
target/home/index.html

@ -13,9 +13,9 @@
<h1>molokoin.ru : домашний портал</h1> <h1>molokoin.ru : домашний портал</h1>
</header> </header>
<aside> <aside>
<a href="hello">hello</a> <a href="/wildfly/console">wildfly-console</a>
<a href="http://www.molokoin.ru:8080/webcad/">webcad</a> <a href="/gitea">gitea</a>
<a href="storage">storage-current</a> <a href="http://www.molokoin.ru:8080/home/storage">storage-current</a>
<a href="http://www.molokoin.ru:8080/storage/">storage-service</a> <a href="http://www.molokoin.ru:8080/storage/">storage-service</a>
</aside> </aside>
<main> <main>

Loading…
Cancel
Save