1
0

endpoints.yml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. endpoints:
  2. ubuntu-19.10-live-kernel:
  3. path: /ubuntu-core-19.10/releases/download/19.10-055f9330/
  4. files:
  5. - initrd
  6. - vmlinuz
  7. os: ubuntu
  8. version: '19.10'
  9. ubuntu-18.04-live-kernel:
  10. path: /ubuntu-core-18.04/releases/download/18.04.3-a9604c5c/
  11. files:
  12. - initrd
  13. - vmlinuz
  14. os: ubuntu
  15. version: '18.04'
  16. ubuntu-18.04-default-squash:
  17. path: /ubuntu-squash/releases/download/18.04.3-ec9c7fcb/
  18. files:
  19. - filesystem.squashfs
  20. os: ubuntu
  21. version: '18.04'
  22. flavor: GNOME
  23. kernel: ubuntu-18.04-live-kernel
  24. debian-10-live-kernel:
  25. path: /debian-core-10/releases/download/10.2.0-a6a0d71a/
  26. files:
  27. - initrd
  28. - vmlinuz
  29. os: debian
  30. version: '10'
  31. debian-9-live-kernel:
  32. path: /debian-core-9/releases/download/4.9.189-3-44deb8e4/
  33. files:
  34. - initrd
  35. - vmlinuz
  36. os: debian
  37. version: 9
  38. debian-10-default-squash:
  39. path: /debian-squash/releases/download/10.2.0-261680b8/
  40. files:
  41. - filesystem.squashfs
  42. os: debian
  43. version: '10'
  44. flavor: core
  45. kernel: debian-10-live-kernel
  46. manjaro-18.1.0-default-squash:
  47. path: /manjaro-squash/releases/download/18.1.0-a9fc9ad4/
  48. files:
  49. - livefs.sfs
  50. - rootfs.sfs
  51. os: manjaro
  52. version: 18.1.0
  53. flavor: architect
  54. kernel: manjaro-18.1.0-architect-kernel
  55. ubuntu-18.04-xfce-squash:
  56. path: /ubuntu-squash/releases/download/18.04.3-d9bd73c3/
  57. files:
  58. - filesystem.squashfs
  59. os: ubuntu
  60. version: '18.04'
  61. flavor: xfce
  62. kernel: ubuntu-18.04-live-kernel
  63. ubuntu-18.04-KDE-squash:
  64. path: /ubuntu-squash/releases/download/18.04.3-33e8e2f8/
  65. files:
  66. - filesystem.squashfs
  67. os: ubuntu
  68. version: '18.04'
  69. flavor: KDE
  70. kernel: ubuntu-18.04-live-kernel
  71. ubuntu-18.04-LXDE-squash:
  72. path: /ubuntu-squash/releases/download/18.04.3-2f9cd5be/
  73. files:
  74. - filesystem.squashfs
  75. os: ubuntu
  76. version: '18.04'
  77. flavor: LXDE
  78. kernel: ubuntu-18.04-live-kernel
  79. ubuntu-18.04-Budgie-squash:
  80. path: /ubuntu-squash/releases/download/18.04.3-fbf44fff/
  81. files:
  82. - filesystem.squashfs
  83. os: ubuntu
  84. version: '18.04'
  85. flavor: Budgie
  86. kernel: ubuntu-18.04-live-kernel
  87. ubuntu-18.04-MATE-squash:
  88. path: /ubuntu-squash/releases/download/18.04.3-c629718a/
  89. files:
  90. - filesystem.squashfs
  91. os: ubuntu
  92. version: '18.04'
  93. flavor: MATE
  94. kernel: ubuntu-18.04-live-kernel
  95. ubuntu-18.04-kylin-squash:
  96. path: /ubuntu-squash/releases/download/18.04.3-8c2102eb/
  97. files:
  98. - filesystem.squashfs
  99. os: ubuntu
  100. version: '18.04'
  101. flavor: kylin
  102. kernel: ubuntu-18.04-live-kernel
  103. ubuntu-19.10-xfce-squash:
  104. path: /ubuntu-squash/releases/download/862cad91-9437400f/
  105. files:
  106. - filesystem.squashfs
  107. os: ubuntu
  108. version: '19.10'
  109. flavor: xfce
  110. kernel: ubuntu-19.10-live-kernel
  111. ubuntu-19.10-KDE-squash:
  112. path: /ubuntu-squash/releases/download/9854741e-b243fefb/
  113. files:
  114. - filesystem.squashfs
  115. os: ubuntu
  116. version: '19.10'
  117. flavor: KDE
  118. kernel: ubuntu-19.10-live-kernel
  119. ubuntu-19.10-LXDE-squash:
  120. path: /ubuntu-squash/releases/download/8b8b0336-f53591b5/
  121. files:
  122. - filesystem.squashfs
  123. os: ubuntu
  124. version: '19.10'
  125. flavor: LXDE
  126. kernel: ubuntu-19.10-live-kernel
  127. ubuntu-19.10-MATE-squash:
  128. path: /ubuntu-squash/releases/download/b8a2a185-48069fc4/
  129. files:
  130. - filesystem.squashfs
  131. os: ubuntu
  132. version: '19.10'
  133. flavor: MATE
  134. kernel: ubuntu-19.10-live-kernel
  135. ubuntu-19.10-Budgie-squash:
  136. path: /ubuntu-squash/releases/download/945f7f4b-85bee8cf/
  137. files:
  138. - filesystem.squashfs
  139. os: ubuntu
  140. version: '19.10'
  141. flavor: Budgie
  142. kernel: ubuntu-19.10-live-kernel
  143. debian-10-xfce-squash:
  144. path: /debian-squash/releases/download/10.2.0-88850720/
  145. files:
  146. - filesystem.squashfs
  147. os: debian
  148. version: '10'
  149. flavor: xfce
  150. kernel: debian-10-live-kernel
  151. debian-10-gnome-squash:
  152. path: /debian-squash/releases/download/10.2.0-7190cd0e/
  153. files:
  154. - filesystem.squashfs
  155. os: debian
  156. version: '10'
  157. flavor: gnome
  158. kernel: debian-10-live-kernel
  159. debian-10-cinnamon-squash:
  160. path: /debian-squash/releases/download/10.2.0-aa8809e8/
  161. files:
  162. - filesystem.squashfs
  163. os: debian
  164. version: '10'
  165. flavor: cinnamon
  166. kernel: debian-10-live-kernel
  167. ubuntu-19.10-kylin-squash:
  168. path: /ubuntu-squash/releases/download/e7831484-762c8439/
  169. files:
  170. - filesystem.squashfs
  171. os: ubuntu
  172. version: '19.10'
  173. flavor: kylin
  174. kernel: ubuntu-19.10-live-kernel
  175. debian-10-kde-squash:
  176. path: /debian-squash/releases/download/10.2.0-ed31d8ba/
  177. files:
  178. - filesystem.squashfs
  179. os: debian
  180. version: '10'
  181. flavor: kde
  182. kernel: debian-10-live-kernel
  183. debian-10-lxde-squash:
  184. path: /debian-squash/releases/download/10.2.0-857dadd8/
  185. files:
  186. - filesystem.squashfs
  187. os: debian
  188. version: '10'
  189. flavor: lxde
  190. kernel: debian-10-live-kernel
  191. debian-10-lxqt-squash:
  192. path: /debian-squash/releases/download/10.2.0-be320467/
  193. files:
  194. - filesystem.squashfs
  195. os: debian
  196. version: '10'
  197. flavor: lxqt
  198. kernel: debian-10-live-kernel
  199. debian-10-mate-squash:
  200. path: /debian-squash/releases/download/10.2.0-c7211dca/
  201. files:
  202. - filesystem.squashfs
  203. os: debian
  204. version: '10'
  205. flavor: mate
  206. kernel: debian-10-live-kernel
  207. ubuntu-19.10-default-squash:
  208. path: /ubuntu-squash/releases/download/ee829212-78d4b89c/
  209. files:
  210. - filesystem.squashfs
  211. os: ubuntu
  212. version: '19.10'
  213. flavor: GNOME
  214. kernel: ubuntu-19.10-live-kernel
  215. fedora-31-gnome:
  216. path: /fedora-assets/releases/download/1.9-808bb0da/
  217. files:
  218. - vmlinuz
  219. - initrd
  220. - squashfs.img
  221. version: 31
  222. flavor: GNOME
  223. os: fedora
  224. fedora-31-Cinnamon:
  225. path: /fedora-assets/releases/download/1.9-5a52a02a/
  226. files:
  227. - vmlinuz
  228. - initrd
  229. - squashfs.img
  230. version: 31
  231. flavor: Cinnamon
  232. os: fedora
  233. fedora-31-KDE:
  234. path: /fedora-assets/releases/download/1.9-dfbbe3cc/
  235. files:
  236. - vmlinuz
  237. - initrd
  238. - squashfs.img
  239. os: fedora
  240. version: 31
  241. flavor: KDE
  242. fedora-31-LXDE:
  243. path: /fedora-assets/releases/download/1.9-c23f0dc4/
  244. files:
  245. - vmlinuz
  246. - initrd
  247. - squashfs.img
  248. os: fedora
  249. version: 31
  250. flavor: LXDE
  251. fedora-31-LXQt:
  252. path: /fedora-assets/releases/download/1.9-19db8480/
  253. files:
  254. - vmlinuz
  255. - initrd
  256. - squashfs.img
  257. os: fedora
  258. version: 31
  259. flavor: LXQt
  260. fedora-31-MATE_Compiz:
  261. path: /fedora-assets/releases/download/1.9-29013501/
  262. files:
  263. - vmlinuz
  264. - initrd
  265. - squashfs.img
  266. os: fedora
  267. version: 31
  268. flavor: MATE_Compiz
  269. fedora-31-SoaS:
  270. path: /fedora-assets/releases/download/1.9-28104ec6/
  271. files:
  272. - vmlinuz
  273. - initrd
  274. - squashfs.img
  275. os: fedora
  276. version: 31
  277. flavor: SoaS
  278. fedora-31-Xfce:
  279. path: /fedora-assets/releases/download/1.9-00e3a627/
  280. files:
  281. - vmlinuz
  282. - initrd
  283. - squashfs.img
  284. os: fedora
  285. version: 31
  286. flavor: Xfce
  287. manjaro-18.1.0-gnome-squash:
  288. path: /manjaro-squash/releases/download/18.1.0-f94efa23/
  289. files:
  290. - livefs.sfs
  291. - rootfs.sfs
  292. - mhwdfs.sfs
  293. - desktopfs.sfs
  294. os: manjaro
  295. version: 18.1.0
  296. flavor: GNOME
  297. kernel: manjaro-18.1.0-gui-kernel
  298. manjaro-18.1.0-kde-squash:
  299. path: /manjaro-squash/releases/download/18.1.0-a3f2c12b/
  300. files:
  301. - livefs.sfs
  302. - rootfs.sfs
  303. - mhwdfs.sfs
  304. - desktopfs.sfs
  305. os: manjaro
  306. version: 18.1.0
  307. flavor: KDE
  308. kernel: manjaro-18.1.0-gui-kernel
  309. manjaro-18.1.0-xfce-squash:
  310. path: /manjaro-squash/releases/download/18.1.0-5dc05378/
  311. files:
  312. - livefs.sfs
  313. - rootfs.sfs
  314. - mhwdfs.sfs
  315. - desktopfs.sfs
  316. os: manjaro
  317. version: 18.1.0
  318. flavor: XFCE
  319. kernel: manjaro-18.1.0-gui-kernel
  320. elementaryos-5-default-squash:
  321. path: /ubuntu-squash/releases/download/5-5d6d224c/
  322. files:
  323. - filesystem.squashfs
  324. - initrd
  325. - vmlinuz
  326. os: elementary-os
  327. version: '5'
  328. kernel: elementaryos-5-default-squash
  329. kali-xfce-squash:
  330. path: /debian-squash/releases/download/2019.4-00ef2578/
  331. files:
  332. - filesystem.squashfs
  333. os: kali
  334. version: rolling
  335. flavor: xfce
  336. kernel: kali-rolling-live-kernel
  337. kali-light-squash:
  338. path: /debian-squash/releases/download/2019.4-544b485d/
  339. files:
  340. - filesystem.squashfs
  341. os: kali
  342. version: rolling
  343. flavor: light
  344. kernel: kali-rolling-live-kernel
  345. kali-mate-squash:
  346. path: /debian-squash/releases/download/2019.4-0e4d0210/
  347. files:
  348. - filesystem.squashfs
  349. os: kali
  350. version: rolling
  351. flavor: MATE
  352. kernel: kali-rolling-live-kernel
  353. kali-rolling-live-kernel:
  354. path: /debian-core-10/releases/download/2019.4-e865a2ba/
  355. files:
  356. - initrd
  357. - vmlinuz
  358. os: kali
  359. version: rolling
  360. kali-kde-squash:
  361. path: /debian-squash/releases/download/2019.4-d761db15/
  362. files:
  363. - filesystem.squashfs
  364. os: kali
  365. version: rolling
  366. flavor: KDE
  367. kernel: kali-rolling-live-kernel
  368. kali-gnome-squash:
  369. path: /debian-squash/releases/download/2019.4-734e93c5/
  370. files:
  371. - filesystem.squashfs
  372. os: kali
  373. version: rolling
  374. flavor: Gnome
  375. kernel: kali-rolling-live-kernel
  376. kali-lxde-squash:
  377. path: /debian-squash/releases/download/2019.4-78e57944/
  378. files:
  379. - filesystem.squashfs
  380. os: kali
  381. version: rolling
  382. flavor: LXDE
  383. kernel: kali-rolling-live-kernel
  384. tails-4.0-live-kernel:
  385. path: /debian-core-10/releases/download/5.3.2-1-8095e6f1/
  386. files:
  387. - initrd
  388. - vmlinuz
  389. os: tails
  390. version: '4.0'
  391. tails-4.0-default-squash:
  392. path: /debian-squash/releases/download/4.0-41d3900f/
  393. files:
  394. - filesystem.squashfs
  395. os: tails
  396. version: '4.0'
  397. kernel: tails-4.0-live-kernel
  398. pop-19.10-default-squash:
  399. path: /ubuntu-squash/releases/download/10-bdc3fe0a/
  400. files:
  401. - filesystem.squashfs
  402. - initrd
  403. - vmlinuz
  404. os: pop
  405. version: '19.10'
  406. kernel: pop-19.10-default-squash
  407. flavor: intel-amd
  408. pop-18.04-default-squash:
  409. path: /ubuntu-squash/releases/download/58-600b3df6/
  410. files:
  411. - filesystem.squashfs
  412. - initrd
  413. - vmlinuz
  414. os: pop
  415. version: '18.04'
  416. kernel: pop-18.04-default-squash
  417. flavor: intel-amd
  418. manjaro-18.1.0-architect-kernel:
  419. path: /manjaro-core-18.x/releases/download/4.19.69-1-MANJARO-6946b4cf/
  420. files:
  421. - initrd
  422. - vmlinuz
  423. os: manjaro
  424. flavor: architect
  425. version: 18.1.0
  426. manjaro-18.1.0-gui-kernel:
  427. path: /manjaro-core-18.x/releases/download/5.2.11-1-MANJARO-e2cddd8e/
  428. files:
  429. - initrd
  430. - vmlinuz
  431. os: manjaro
  432. flavor: gui
  433. version: 18.1.0
  434. mint-19-xfce-squash:
  435. path: /ubuntu-squash/releases/download/19.3-2ab2d1ac/
  436. files:
  437. - filesystem.squashfs
  438. os: mint
  439. version: '19'
  440. flavor: xfce
  441. kernel: mint-19-cinnamon-squash
  442. mint-19-mate-squash:
  443. path: /ubuntu-squash/releases/download/19.3-0b1e2ee6/
  444. files:
  445. - filesystem.squashfs
  446. os: mint
  447. version: '19'
  448. flavor: MATE
  449. kernel: ubuntu-18.04-live-kernel
  450. mint-19-cinnamon-squash:
  451. path: /ubuntu-squash/releases/download/19.3-07dde199/
  452. files:
  453. - filesystem.squashfs
  454. - initrd
  455. - vmlinuz
  456. os: mint
  457. version: '19'
  458. flavor: Cinnamon
  459. kernel: mint-19-cinnamon-squash
  460. zorin-15-gnome-squash:
  461. path: /ubuntu-squash/releases/download/15-0d68e4b7/
  462. files:
  463. - filesystem.squashfs
  464. - initrd
  465. - vmlinuz
  466. os: zorin
  467. version: '15'
  468. flavor: GNOME
  469. kernel: zorin-15-gnome-squash
  470. zorin-15-xfce-squash:
  471. path: /ubuntu-squash/releases/download/15-8af7469b/
  472. files:
  473. - filesystem.squashfs
  474. os: zorin
  475. version: '15'
  476. flavor: XFCE
  477. kernel: zorin-15-gnome-squash
  478. peppermint-10-default-squash:
  479. path: /ubuntu-squash/releases/download/20191210-9c6b8ab1/
  480. files:
  481. - filesystem.squashfs
  482. - initrd
  483. - vmlinuz
  484. os: peppermint
  485. version: '10'
  486. flavor: LXDE
  487. kernel: peppermint-10-default-squash
  488. backbox-6-default-squash:
  489. path: /ubuntu-squash/releases/download/6-ff530dc8/
  490. files:
  491. - filesystem.squashfs
  492. - initrd
  493. - vmlinuz
  494. os: BackBox
  495. version: '6'
  496. flavor: default
  497. kernel: backbox-6-default-squash
  498. q4os-3.9-default-squash:
  499. path: /debian-squash/releases/download/3.9-7c9b0332/
  500. files:
  501. - filesystem.squashfs
  502. - initrd
  503. - vmlinuz
  504. os: Q4OS
  505. version: '3.9'
  506. flavor: trinity
  507. kernel: q4os-3.9-default-squash
  508. q4os-3.9-plasma-squash:
  509. path: /debian-squash/releases/download/3.9-1a29e21a/
  510. files:
  511. - filesystem.squashfs
  512. os: Q4OS
  513. version: '3.9'
  514. flavor: plasma
  515. kernel: q4os-3.9-default-squash
  516. voyager-bionic-squash:
  517. path: /ubuntu-squash/releases/download/bionic-0e8c475e/
  518. files:
  519. - filesystem.squashfs
  520. - initrd
  521. - vmlinuz
  522. os: Voyager
  523. version: bionic
  524. flavor: bionic
  525. kernel: voyager-bionic-squash
  526. voyager-buster-squash:
  527. path: /debian-squash/releases/download/buster-e9d36b68/
  528. files:
  529. - filesystem.squashfs
  530. - initrd
  531. - vmlinuz
  532. os: Voyager
  533. version: buster
  534. flavor: buster
  535. kernel: voyager-buster-squash
  536. voyager-eoan-squash:
  537. path: /ubuntu-squash/releases/download/eoan-6d5edebf/
  538. files:
  539. - filesystem.squashfs
  540. - initrd
  541. - vmlinuz
  542. os: Voyager
  543. version: eoan
  544. flavor: eoan
  545. kernel: voyager-eoan-squash
  546. kde-neon-user:
  547. path: /ubuntu-squash/releases/download/20191205-1116-0e301ad7/
  548. files:
  549. - initrd
  550. - vmlinuz
  551. - filesystem.squashfs
  552. os: neon
  553. version: '18.04'
  554. flavor: user
  555. kernel: kde-neon-user
  556. regolith-current:
  557. path: /ubuntu-squash/releases/download/1.2-e759dca4/
  558. files:
  559. - initrd
  560. - vmlinuz
  561. - filesystem.squashfs
  562. os: regolith
  563. version: current
  564. flavor: ubuntu
  565. kernel: regolith-current
  566. pop-18.04-nvidia-squash:
  567. path: /ubuntu-squash/releases/download/58-316fd7f7/
  568. files:
  569. - filesystem.squashfs
  570. - initrd
  571. - vmlinuz
  572. os: pop
  573. version: '18.04'
  574. flavor: nvidia
  575. kernel: pop-18.04-nvidia-squash
  576. pop-19.10-nvidia-squash:
  577. path: /ubuntu-squash/releases/download/10-3882d464/
  578. files:
  579. - filesystem.squashfs
  580. - initrd
  581. - vmlinuz
  582. os: pop
  583. version: '19.10'
  584. flavor: nvidia
  585. kernel: pop-19.10-nvidia-squash
  586. linux-lite-4-squash:
  587. path: /ubuntu-squash/releases/download/4.6-816de7f4/
  588. files:
  589. - filesystem.squashfs
  590. - initrd
  591. - vmlinuz
  592. os: lite
  593. version: '4'
  594. kernel: linux-lite-4-squash
  595. deepin-15-squash:
  596. path: /debian-squash/releases/download/15.11-f87a92e4/
  597. files:
  598. - filesystem.squashfs
  599. - initrd
  600. - vmlinuz
  601. os: Deepin
  602. version: '15'
  603. kernel: deepin-15-squash